diff options
Diffstat (limited to 'devel/p5-File-Find-Object/Makefile')
-rw-r--r-- | devel/p5-File-Find-Object/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-File-Find-Object/Makefile b/devel/p5-File-Find-Object/Makefile index ad336b99c3d6..79fc3923db4b 100644 --- a/devel/p5-File-Find-Object/Makefile +++ b/devel/p5-File-Find-Object/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Find-Object -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.5 DISTVERSIONPREFIX=v CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,10 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An object oriented File::Find replacement -RUN_DEPENDS= p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -PERL_MODBUILD= yes +BUILD_DEPENDS= p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes MAN3= File::Find::Object.3 \ File::Find::Object::Base.3 \ |