diff options
-rw-r--r-- | devel/p5-capitalization/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-capitalization/Makefile b/devel/p5-capitalization/Makefile index 0cd35f196586..d1e5d0d85cb7 100644 --- a/devel/p5-capitalization/Makefile +++ b/devel/p5-capitalization/Makefile @@ -12,11 +12,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl module which allows you to use familiar style on method naming +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \ p5-Test-Simple>=0:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |