diff options
-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> |