diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-02-02 17:00:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-02-02 17:00:42 +0800 |
commit | 987a881ff1d1608b3d450c68db0fbc08ea7b0504 (patch) | |
tree | d8aa0c2572e74eaefc322fb86029f5cd15b8a50e /misc | |
parent | c33616f6c463fc0739313d32f536588d2d23af41 (diff) | |
download | freebsd-ports-gnome-987a881ff1d1608b3d450c68db0fbc08ea7b0504.tar.gz freebsd-ports-gnome-987a881ff1d1608b3d450c68db0fbc08ea7b0504.tar.zst freebsd-ports-gnome-987a881ff1d1608b3d450c68db0fbc08ea7b0504.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index c722aa470fa7..2db2e02f7e55 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lazily tie files to arrays for reading +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |