summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:46:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-23 19:46:35 +0000
commitabd22af0464c6280e294576752172c1edc7d3093 (patch)
treed092cc2d171ee223cd02604a44ac4543535bfe98
parent- Add p5-Protocol-XMLRPC 0.09 (diff)
- Remove conditional ExtUtils::MakeMaker dependency
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=282269
-rw-r--r--devel/p5-Any-Moose-Convert/Makefile6
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