diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-13 09:00:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-13 09:00:44 +0000 |
commit | 83377042936eed1389d43b34493f9dada4823c2c (patch) | |
tree | 8c4b61089e69bce7f45ff9432bfd35e581f5de23 /misc/p5-Array-PrintCols | |
parent | Update to 2.12.0 (diff) |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=492834
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index a87dd5211234..26b51887dac7 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to print arrays of elements in sorted columns +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/GNU-LICENSE + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |