mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
24 lines
642 B
Makefile
24 lines
642 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD: head/devel/p5-EV/Makefile 412346 2016-04-01 14:00:51Z mat $
|
|
|
|
PORTNAME= EV
|
|
PORTVERSION= 4.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vovkasm@gmail.com
|
|
COMMENT= Perl interface to libev, a high performance full-featured event loop
|
|
|
|
RUN_DEPENDS= p5-common-sense>=0:perl/p5-common-sense
|
|
BUILD_DEPENDS+= p5-common-sense>=0:perl5/p5-common-sense
|
|
BUILD_DEPENDS+= p5-Canary-Stability>=0:perl5/p5-Canary-Stability
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|