diff options
author | Lars Thegler <lth@FreeBSD.org> | 2011-11-21 19:24:13 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2011-11-21 19:24:13 +0000 |
commit | 82ada99e89b4afa19ae730870ca07b68c801f72a (patch) | |
tree | fd17e4e402ae3d39415c7ff78380cb7b816d3299 /devel/p5-File-Find-Rule-Perl/Makefile | |
parent | 5da9fead3126c0e0acd746c23780d24dc7ebbf23 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-Find-Rule-Perl/Makefile')
-rw-r--r-- | devel/p5-File-Find-Rule-Perl/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-File-Find-Rule-Perl/Makefile b/devel/p5-File-Find-Rule-Perl/Makefile index 197aeb9b6c07..159b06556e39 100644 --- a/devel/p5-File-Find-Rule-Perl/Makefile +++ b/devel/p5-File-Find-Rule-Perl/Makefile @@ -6,21 +6,24 @@ # PORTNAME= File-Find-Rule-Perl -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org -COMMENT= File::Find::Rule::Perl - Common rules for searching for Perl things +COMMENT= Common rules for searching for Perl things -RUN_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ +BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-Parse-CPAN-Meta>=0:${PORTSDIR}/devel/p5-Parse-CPAN-Meta -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= File::Find::Rule::Perl.3 +regression-test: build + cd ${WRKSRC}/ && ${MAKE} test + .include <bsd.port.mk> |