aboutsummaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-Traceroute/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 07:39:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 07:39:17 +0000
commit9ab4dceedaea562f4f7825d0f7e29315a181b1de (patch)
treefd91dedc4d9041e779107ce6264c3db3e3853b37 /net/p5-POE-Component-Client-Traceroute/Makefile
parent6828029d407fa29f48ca5cd60b3dd05a536d2cba (diff)
downloadports-9ab4dceedaea562f4f7825d0f7e29315a181b1de.tar.gz
ports-9ab4dceedaea562f4f7825d0f7e29315a181b1de.zip
- Update to 0.20
PR: ports/102047 Submitted by: maintainer (Jin-Shan Tseng)
Notes
Notes: svn path=/head/; revision=170671
Diffstat (limited to 'net/p5-POE-Component-Client-Traceroute/Makefile')
-rw-r--r--net/p5-POE-Component-Client-Traceroute/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/net/p5-POE-Component-Client-Traceroute/Makefile b/net/p5-POE-Component-Client-Traceroute/Makefile
index 5c2276854e3a..09a1427ce4ac 100644
--- a/net/p5-POE-Component-Client-Traceroute/Makefile
+++ b/net/p5-POE-Component-Client-Traceroute/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-Client-Traceroute
-PORTVERSION= 0.11
+PORTVERSION= 0.20
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -15,14 +15,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= A non-blocking traceroute client
-RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
+RUN_DEPENDS= p5-POE>=0.11:${PORTSDIR}/devel/p5-POE
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Client::Traceroute.3
+post-install:
+.if !defined(NOPORTDOCS)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+.endif
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500702