aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 08:47:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 08:47:26 +0000
commit4f63377e6da32347cf75d7b9634fea2ad4ae41b3 (patch)
tree9be62ce782c6bd4874af4a20e61a7720cbe4bd53
parent53a3b9bf72bcb842b2cb45e288f034655e847d94 (diff)
downloadports-4f63377e6da32347cf75d7b9634fea2ad4ae41b3.tar.gz
ports-4f63377e6da32347cf75d7b9634fea2ad4ae41b3.zip
Notes
-rw-r--r--net/p5-POE-Component-Client-Telnet/Makefile9
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