diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:14 +0000 |
commit | 706d0dc70c950f2e7df064534d4c85e12a4f4791 (patch) | |
tree | 5e23d34515d3fbd370a43715da7325086e36230a /net | |
parent | d57a6c737164321c907eaaca304350efa3a02870 (diff) | |
download | freebsd-ports-706d0dc70c950f2e7df064534d4c85e12a4f4791.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189252
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-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 |