diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-05 09:01:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-05 09:01:10 +0000 |
commit | 86cbe1189b335e20066e25007870da08126063fa (patch) | |
tree | c44cc0b51159e0228d0cb24d167cc0533e056aa7 | |
parent | graphics/intel-backlight: Update to 20180328 (diff) |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
-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> |