diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-02 04:28:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-02 04:28:46 +0000 |
commit | cf6972bdade7080f03686c73ddd304dac8b490fc (patch) | |
tree | 6aacdd0d082b046d2cedb2e901c1a213c41a950d /devel/p5-Class-Adapter | |
parent | d8b64c7f32eafa092a79da50fd992fc4c9dbb8bd (diff) | |
download | ports-cf6972bdade7080f03686c73ddd304dac8b490fc.tar.gz ports-cf6972bdade7080f03686c73ddd304dac8b490fc.zip |
Notes
Diffstat (limited to 'devel/p5-Class-Adapter')
-rw-r--r-- | devel/p5-Class-Adapter/Makefile | 7 |
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> |