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 /textproc/p5-NetAddr-IP-Find | |
parent | ef6dd2cc21c6c6812e3930e21c27b919d6f1c382 (diff) | |
download | ports-c2a3d38f22f1e375c347fad194e3d5c7326a5f95.tar.gz ports-c2a3d38f22f1e375c347fad194e3d5c7326a5f95.zip |
Notes
Diffstat (limited to 'textproc/p5-NetAddr-IP-Find')
-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 |