freebsd-ports/net/p5-POE-Component-Client-Traceroute/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
656 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= POE-Component-Client-Traceroute
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Non-blocking traceroute client
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-POE>=0.11:devel/p5-POE
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
SHEBANG_FILES= examples/poe-traceroute.pl
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>