diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-10 17:01:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-10 17:01:35 +0800 |
commit | fc28aa482ec4561696a1efa8cae52a875a959530 (patch) | |
tree | e0f95227782f1ce78e31e51d9c85e0bc7b134a67 /textproc | |
parent | 6b75cfc6131848d20e6c35f6e6d893733abb7d62 (diff) | |
download | freebsd-ports-gnome-fc28aa482ec4561696a1efa8cae52a875a959530.tar.gz freebsd-ports-gnome-fc28aa482ec4561696a1efa8cae52a875a959530.tar.zst freebsd-ports-gnome-fc28aa482ec4561696a1efa8cae52a875a959530.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Regexp-IPv6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Regexp-IPv6/Makefile b/textproc/p5-Regexp-IPv6/Makefile index c4d7b4cb0622..e00049cf5e0d 100644 --- a/textproc/p5-Regexp-IPv6/Makefile +++ b/textproc/p5-Regexp-IPv6/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Regular expression for IPv6 addresses +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |