diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:44 +0000 |
commit | c2a3d38f22f1e375c347fad194e3d5c7326a5f95 (patch) | |
tree | 92f1dfe4748a47c994a922ade8fe258780078ede | |
parent | - Add LICENSE (diff) |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, add BUILD_DEPENDS
PR: ports/189164
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=352789
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-NetAddr-IP-Find/Makefile b/textproc/p5-NetAddr-IP-Find/Makefile index e5f18aaccf1c..45155e8d7423 100644 --- a/textproc/p5-NetAddr-IP-Find/Makefile +++ b/textproc/p5-NetAddr-IP-Find/Makefile @@ -7,10 +7,14 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Iterates over all IP addresses in a text similar to Email::Find -RUN_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |