diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-06 22:53:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-06 22:53:41 +0800 |
commit | 1e5b481f8138f3a73d47f5b6b798b83c120642fa (patch) | |
tree | bacdb211f0ebfa1d11e0ba9e14fc4248bec999c2 /net-mgmt | |
parent | e34b25762f09309a4717f943cf2c74c071a8c994 (diff) | |
download | freebsd-ports-graphics-1e5b481f8138f3a73d47f5b6b798b83c120642fa.tar.gz freebsd-ports-graphics-1e5b481f8138f3a73d47f5b6b798b83c120642fa.tar.zst freebsd-ports-graphics-1e5b481f8138f3a73d47f5b6b798b83c120642fa.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Data-Validate-IP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/p5-Data-Validate-IP/Makefile b/net-mgmt/p5-Data-Validate-IP/Makefile index 5380c0992f2..b27b6b72207 100644 --- a/net-mgmt/p5-Data-Validate-IP/Makefile +++ b/net-mgmt/p5-Data-Validate-IP/Makefile @@ -13,12 +13,14 @@ COMMENT= Common data validation methods for IPs LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-NetAddr-IP>=4:net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires \ p5-Test-Taint>=0:devel/p5-Test-Taint +NO_ARCH= yes USES= perl5 USE_PERL5= configure |