diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:46:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:46:35 +0800 |
commit | 35d502942ff78e589902752c93d70730530d5ada (patch) | |
tree | afc03d1f1656c6457f0d32ab0fc467a893d1f449 /devel | |
parent | d9a4c9c322154526b3c3db9e451b60f6c96a0fc7 (diff) | |
download | freebsd-ports-gnome-35d502942ff78e589902752c93d70730530d5ada.tar.gz freebsd-ports-gnome-35d502942ff78e589902752c93d70730530d5ada.tar.zst freebsd-ports-gnome-35d502942ff78e589902752c93d70730530d5ada.zip |
- Remove conditional ExtUtils::MakeMaker dependency
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Any-Moose-Convert/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Any-Moose-Convert/Makefile b/devel/p5-Any-Moose-Convert/Makefile index 778c88f8e502..a62a4fbc1ac6 100644 --- a/devel/p5-Any-Moose-Convert/Makefile +++ b/devel/p5-Any-Moose-Convert/Makefile @@ -7,6 +7,7 @@ PORTNAME= Any-Moose-Convert PORTVERSION= 0.004 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,7 @@ COMMENT= Convert Moose libraries to Mouse ones, or vice versa BUILD_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util RUN_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util + TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse @@ -25,10 +27,6 @@ MAN3= Any::Moose::Convert.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - .if ${PERL_LEVEL} < 501001 TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif |