mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
33 lines
911 B
Makefile
33 lines
911 B
Makefile
# New ports collection makefile for: net/p5-POE-Component-ControlPort
|
|
# Date created: 05 February 2006
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-Component-ControlPort
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Network control port for POE applications
|
|
|
|
RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-Authen-Libwrap>=0:${PORTSDIR}/security/p5-Authen-Libwrap \
|
|
p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= POE::Component::ControlPort.3 \
|
|
POE::Component::ControlPort::Command.3 \
|
|
POE::Component::ControlPort::DefaultCommands.3
|
|
|
|
post-extract:
|
|
@${PERL} -pi -e 's/my \$$ret =.*/my \$$ret = 0;/' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|