diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:14 +0800 |
commit | 84c4eba6a198d700cae43b64a5e2abfa5046e97b (patch) | |
tree | 5e23d34515d3fbd370a43715da7325086e36230a /net/p5-Net-DLookup | |
parent | aabb4d2dddf8df2b287809366a40a8a596f2b07f (diff) | |
download | freebsd-ports-gnome-84c4eba6a198d700cae43b64a5e2abfa5046e97b.tar.gz freebsd-ports-gnome-84c4eba6a198d700cae43b64a5e2abfa5046e97b.tar.zst freebsd-ports-gnome-84c4eba6a198d700cae43b64a5e2abfa5046e97b.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189252
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net/p5-Net-DLookup')
-rw-r--r-- | net/p5-Net-DLookup/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-DLookup/Makefile b/net/p5-Net-DLookup/Makefile index 094c0cdf3f9c..8da02257e45c 100644 --- a/net/p5-Net-DLookup/Makefile +++ b/net/p5-Net-DLookup/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perform domain lookups on 2-letter and 3-letter TLDs +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |