diff options
author | bofh <bofh@FreeBSD.org> | 2015-01-12 18:46:22 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-01-12 18:46:22 +0800 |
commit | 329465f6c6f4325ce108984fe18c03fa8d252076 (patch) | |
tree | a2b0e42adde0f2f8f65995a099b90e9358159014 | |
parent | 9fc569d3544de9089ebc3b106319d87aa5677499 (diff) | |
download | freebsd-ports-gnome-329465f6c6f4325ce108984fe18c03fa8d252076.tar.gz freebsd-ports-gnome-329465f6c6f4325ce108984fe18c03fa8d252076.tar.zst freebsd-ports-gnome-329465f6c6f4325ce108984fe18c03fa8d252076.zip |
net/p5-IP-Anonymous: Add LICENSE
- Pass Maintainership [1]
Differential Revision: https://reviews.freebsd.org/D1490
Submitted by: pauls@utdallas.edu [1]
Approved by: bapt(mentor)
-rw-r--r-- | net/p5-IP-Anonymous/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-IP-Anonymous/Makefile b/net/p5-IP-Anonymous/Makefile index 246df2745090..b6dd80049c01 100644 --- a/net/p5-IP-Anonymous/Makefile +++ b/net/p5-IP-Anonymous/Makefile @@ -8,9 +8,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pauls@utdallas.edu +MAINTAINER= bofh@FreeBSD.org COMMENT= Perl extension to provide anonymous IP addresses +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael USES= perl5 |