diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:26 +0800 |
commit | a78ffbc34e3949d6b0822b51c275e8fb9ceb89e6 (patch) | |
tree | 9be62ce782c6bd4874af4a20e61a7720cbe4bd53 /net | |
parent | 2681483d9935ec3bd7990a574b251935fa535211 (diff) | |
download | freebsd-ports-gnome-a78ffbc34e3949d6b0822b51c275e8fb9ceb89e6.tar.gz freebsd-ports-gnome-a78ffbc34e3949d6b0822b51c275e8fb9ceb89e6.tar.zst freebsd-ports-gnome-a78ffbc34e3949d6b0822b51c275e8fb9ceb89e6.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, sort *_DEPENDS
PR: ports/189228
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
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 |