diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:46 +0000 |
commit | 78388e58b2256c0757c6537a66279197ad04590b (patch) | |
tree | 82a337736eb462c1d8818e66d554b67d3706569b /net/p5-Event-tcp | |
parent | a6b899ed6eecbbdef1e6384469988864875a97f8 (diff) | |
download | ports-78388e58b2256c0757c6537a66279197ad04590b.tar.gz ports-78388e58b2256c0757c6537a66279197ad04590b.zip |
Notes
Diffstat (limited to 'net/p5-Event-tcp')
-rw-r--r-- | net/p5-Event-tcp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Event-tcp/Makefile b/net/p5-Event-tcp/Makefile index abf48f36e38f..4e498ebf3865 100644 --- a/net/p5-Event-tcp/Makefile +++ b/net/p5-Event-tcp/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Glue code to build client-server style TCP-based services +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Event>=0:${PORTSDIR}/devel/p5-Event \ p5-Ioctl>=0:${PORTSDIR}/devel/p5-Ioctl RUN_DEPENDS:= ${BUILD_DEPENDS} |