26 lines
620 B
Makefile
26 lines
620 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= EV
|
|
PORTVERSION= 4.22
|
|
PORTEPOCH= 1
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense
|
|
BUILD_DEPENDS= p5-common-sense>=0:devel/p5-common-sense \
|
|
p5-Canary-Stability>=0:devel/p5-Canary-Stability
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
|
|
|
|
.include <bsd.port.mk>
|