diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:46 +0800 |
commit | ee28093b657659aca857701d4103efb13c5a6688 (patch) | |
tree | 82a337736eb462c1d8818e66d554b67d3706569b | |
parent | deb912681eff9278e0e858ec2c27289c7c99f512 (diff) | |
download | freebsd-ports-gnome-ee28093b657659aca857701d4103efb13c5a6688.tar.gz freebsd-ports-gnome-ee28093b657659aca857701d4103efb13c5a6688.tar.zst freebsd-ports-gnome-ee28093b657659aca857701d4103efb13c5a6688.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189261
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-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} |