diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-18 09:08:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-09-18 09:08:25 +0000 |
commit | a2efd13949a5dfbe3c5af55d0c133485467eb60e (patch) | |
tree | 042f4a8444f7feb71e2996d0d0e86fca920073b7 | |
parent | Conditionalize EXIM_WARN_FLAGS on clang to fix build on gcc-based (diff) |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=480000
-rw-r--r-- | devel/p5-Scalar-Listify/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Scalar-Listify/Makefile b/devel/p5-Scalar-Listify/Makefile index b5d8b850c7ac..dfc444d53cf2 100644 --- a/devel/p5-Scalar-Listify/Makefile +++ b/devel/p5-Scalar-Listify/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Poduces an array(ref)? from a scalar value or array ref +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |