diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:39 +0800 |
commit | 4a0b03a5e640db51f5b400343ca3a85adf048e87 (patch) | |
tree | 85554ee7c75f8a0ef6501b920769cceb16a860cb /net | |
parent | ee0d56b1f774dec58c0da6f8a5bde0ef69024250 (diff) | |
download | freebsd-ports-gnome-4a0b03a5e640db51f5b400343ca3a85adf048e87.tar.gz freebsd-ports-gnome-4a0b03a5e640db51f5b400343ca3a85adf048e87.tar.zst freebsd-ports-gnome-4a0b03a5e640db51f5b400343ca3a85adf048e87.zip |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here:
- Remove leading indefinite article from COMMENT
- Remove .include <bsd.port.options.mk>
PR: ports/189232
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-Client-Traceroute/Makefile | 9 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Traceroute/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-POE-Component-Client-Traceroute/Makefile b/net/p5-POE-Component-Client-Traceroute/Makefile index 02f8804e3076..f0050de81d18 100644 --- a/net/p5-POE-Component-Client-Traceroute/Makefile +++ b/net/p5-POE-Component-Client-Traceroute/Makefile @@ -7,8 +7,11 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A non-blocking traceroute client +MAINTAINER= 5u623l20@gmail.com +COMMENT= Non-blocking traceroute client + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} @@ -21,8 +24,6 @@ OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * SHEBANG_FILES= examples/poe-traceroute.pl -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/net/p5-POE-Component-Client-Traceroute/pkg-descr b/net/p5-POE-Component-Client-Traceroute/pkg-descr index e3ce87e0116a..9557082d5bbb 100644 --- a/net/p5-POE-Component-Client-Traceroute/pkg-descr +++ b/net/p5-POE-Component-Client-Traceroute/pkg-descr @@ -3,4 +3,4 @@ client. It lets several other sessions traceroute through it in parallel, and it lets them continue doing other things while they wait for responses. -WWW: http://search.cpan.org/dist/POE-Component-Client-Traceroute/ +WWW: http://search.cpan.org/dist/POE-Component-Client-Traceroute/ |