- 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>
31 lines
654 B
Makefile
31 lines
654 B
Makefile
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-Client-Traceroute
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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}
|
|
|
|
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>
|