diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-15 07:44:07 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-15 07:44:07 +0000 |
commit | 0bed7427c305d0bcf1a2180905135e40b344ce63 (patch) | |
tree | f6521a4adc4cad6c1e8a03e16cec79d695a3ec98 /net-mgmt/p5-NetAddr-IP/Makefile | |
parent | 53c8e961f0b6b6a6a478fb351c28c10414f98d82 (diff) | |
download | ports-0bed7427c305d0bcf1a2180905135e40b344ce63.tar.gz ports-0bed7427c305d0bcf1a2180905135e40b344ce63.zip |
net-mgmt/p5-NetAddr-IP: Update to 4.079
- Add LICENSE block
Changes: http://cpansearch.perl.org/src/MIKER/NetAddr-IP-4.079/Changes
PR: 223853
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: tobez@FreeBSD.org (maintainer timeout, 3 months)
Notes
Notes:
svn path=/head/; revision=464568
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP/Makefile')
-rw-r--r-- | net-mgmt/p5-NetAddr-IP/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile index ab424f9d3809..d7513466a8c5 100644 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ b/net-mgmt/p5-NetAddr-IP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= NetAddr-IP -PORTVERSION= 4.078 +PORTVERSION= 4.079 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Work with IPv4 and IPv6 addresses and subnets +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv2= ${WRKSRC}/Copying + USES= perl5 USE_PERL5= configure |