2006-02-06 12:38:51 +01:00
|
|
|
# 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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-06 12:38:51 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-02 01:04:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-02-06 12:38:51 +01:00
|
|
|
COMMENT= Network control port for POE applications
|
|
|
|
|
2009-10-23 02:30:06 +02:00
|
|
|
RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
2012-06-05 11:46:27 +02:00
|
|
|
p5-Authen-Libwrap>=0:${PORTSDIR}/security/p5-Authen-Libwrap \
|
|
|
|
p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2012-06-05 11:46:27 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
2006-02-06 12:38:51 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::Component::ControlPort.3 \
|
|
|
|
POE::Component::ControlPort::Command.3 \
|
|
|
|
POE::Component::ControlPort::DefaultCommands.3
|
|
|
|
|
|
|
|
post-extract:
|
2006-04-25 18:26:37 +02:00
|
|
|
@${PERL} -pi -e 's/my \$$ret =.*/my \$$ret = 0;/' ${WRKSRC}/Makefile.PL
|
2006-02-06 12:38:51 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|