diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-15 09:04:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-15 09:04:34 +0000 |
commit | 502eb45e8d3bac30675befaf73e2046477e062a6 (patch) | |
tree | 4735ee8b668237b4fb33aece4cf6de3c79247e8e /lang/p5-Switch | |
parent | 993bfa34d41ac29f7ff7b8e75fd93677a32d0360 (diff) |
Notes
Diffstat (limited to 'lang/p5-Switch')
-rw-r--r-- | lang/p5-Switch/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile index 524bc009c2f7..519d7c1f7b21 100644 --- a/lang/p5-Switch/Makefile +++ b/lang/p5-Switch/Makefile @@ -12,10 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Switch - A switch statement for Perl +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Filter>0:devel/p5-Filter RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |