diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:47:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:47:26 +0000 |
commit | 4f63377e6da32347cf75d7b9634fea2ad4ae41b3 (patch) | |
tree | 9be62ce782c6bd4874af4a20e61a7720cbe4bd53 /net | |
parent | 53a3b9bf72bcb842b2cb45e288f034655e847d94 (diff) | |
download | ports-4f63377e6da32347cf75d7b9634fea2ad4ae41b3.tar.gz ports-4f63377e6da32347cf75d7b9634fea2ad4ae41b3.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-Client-Telnet/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-POE-Component-Client-Telnet/Makefile b/net/p5-POE-Component-Client-Telnet/Makefile index d6f16191e409..f881b88d145e 100644 --- a/net/p5-POE-Component-Client-Telnet/Makefile +++ b/net/p5-POE-Component-Client-Telnet/Makefile @@ -8,12 +8,15 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= POE component that provides non-blocking access to Net::Telnet -BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \ p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \ - p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump + p5-POE>=0.31:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |