diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:01 +0800 |
commit | c322c509eb3ca45d70ce1152f3c428bc8f673bdb (patch) | |
tree | 819db818e21269725fc13fc5e583e3f6468eb314 /net | |
parent | c9176718a28da270a4fae7a71341e6f925def292 (diff) | |
download | freebsd-ports-gnome-c322c509eb3ca45d70ce1152f3c428bc8f673bdb.tar.gz freebsd-ports-gnome-c322c509eb3ca45d70ce1152f3c428bc8f673bdb.tar.zst freebsd-ports-gnome-c322c509eb3ca45d70ce1152f3c428bc8f673bdb.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189247
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-ParseWhois/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-ParseWhois/Makefile b/net/p5-Net-ParseWhois/Makefile index 1f5bc26ec686..32d995a4ce6d 100644 --- a/net/p5-Net-ParseWhois/Makefile +++ b/net/p5-Net-ParseWhois/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Extendable perl5 module for parsing whois information +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |