diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-17 16:11:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-17 16:11:01 +0000 |
commit | 94383c6a5bd44de39680ad507fc24b3b9ffd3e00 (patch) | |
tree | 53468425f3d2ac06379d0313f8cf2a2ba3443bbb /devel/p5-EV/Makefile | |
parent | d9f53bbd97028e56c6737ab112e9718678816f4c (diff) | |
download | ports-94383c6a5bd44de39680ad507fc24b3b9ffd3e00.tar.gz ports-94383c6a5bd44de39680ad507fc24b3b9ffd3e00.zip |
Notes
Diffstat (limited to 'devel/p5-EV/Makefile')
-rw-r--r-- | devel/p5-EV/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index 2849bdf48e63..95b6f81af016 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -6,11 +6,10 @@ # PORTNAME= EV -PORTVERSION= 4.01 +PORTVERSION= 4.03 PORTEPOCH= 1 CATEGORIES= devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN +MASTER_SITES= CPAN/../../authors/id/M/ML/MLEHMANN PKGNAMEPREFIX= p5- MAINTAINER= vovkasm@gmail.com @@ -20,10 +19,10 @@ RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense PERL_CONFIGURE= yes -CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES" +CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" -MAN3= EV.3 \ - EV::MakeMaker.3 \ - EV::libev.3 +MAN3= EV.3 \ + EV::MakeMaker.3 \ + EV::libev.3 .include <bsd.port.mk> |