aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Adapter
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-09-02 04:28:46 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-09-02 04:28:46 +0000
commitcf6972bdade7080f03686c73ddd304dac8b490fc (patch)
tree6aacdd0d082b046d2cedb2e901c1a213c41a950d /devel/p5-Class-Adapter
parentd8b64c7f32eafa092a79da50fd992fc4c9dbb8bd (diff)
downloadports-cf6972bdade7080f03686c73ddd304dac8b490fc.tar.gz
ports-cf6972bdade7080f03686c73ddd304dac8b490fc.zip
Notes
Diffstat (limited to 'devel/p5-Class-Adapter')
-rw-r--r--devel/p5-Class-Adapter/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Class-Adapter/Makefile b/devel/p5-Class-Adapter/Makefile
index 7f9262083922..b384362a4061 100644
--- a/devel/p5-Class-Adapter/Makefile
+++ b/devel/p5-Class-Adapter/Makefile
@@ -15,9 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl implementation of the "Adapter" Design Pattern
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,7 +27,7 @@ MAN3= Class::Adapter.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>