aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-POE-Component-Child
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 00:27:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 00:27:17 +0000
commit2b52c93ce4bfdb379bb1b02cff3a1ae921e14b5d (patch)
tree5520712e64c4448071b29e8cbd2e105a7fbcc498 /devel/p5-POE-Component-Child
parentdbab2bc7f75d644596fbe1a20f5c450d0bbf4220 (diff)
downloadports-2b52c93ce4bfdb379bb1b02cff3a1ae921e14b5d.tar.gz
ports-2b52c93ce4bfdb379bb1b02cff3a1ae921e14b5d.zip
Notes
Diffstat (limited to 'devel/p5-POE-Component-Child')
-rw-r--r--devel/p5-POE-Component-Child/Makefile21
-rw-r--r--devel/p5-POE-Component-Child/distinfo5
-rw-r--r--devel/p5-POE-Component-Child/pkg-descr1
3 files changed, 18 insertions, 9 deletions
diff --git a/devel/p5-POE-Component-Child/Makefile b/devel/p5-POE-Component-Child/Makefile
index 5acf6516584a..4e64fd15a7b0 100644
--- a/devel/p5-POE-Component-Child/Makefile
+++ b/devel/p5-POE-Component-Child/Makefile
@@ -1,27 +1,34 @@
# New ports collection makefile for: POE-Component-Child
# Date created: 31 January 2004
-# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
+# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Child
-PORTVERSION= 1.33
+PORTVERSION= 1.39
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
-MAINTAINER= lin-chi@lastamericanempire.com
+MAINTAINER= hideo@lastamericanempire.com
COMMENT= POE child management
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
PERL_CONFIGURE= yes
MAN3= POE::Component::Child.3
-post-install:
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 500600
+post-patch:
+ @${PERL} -pi -e '$$_ = "" if /^use warnings/o' \
+ ${WRKSRC}/Child.pm
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-POE-Component-Child/distinfo b/devel/p5-POE-Component-Child/distinfo
index c67bf1556d9d..46d9a49e7826 100644
--- a/devel/p5-POE-Component-Child/distinfo
+++ b/devel/p5-POE-Component-Child/distinfo
@@ -1,2 +1,3 @@
-MD5 (POE-Component-Child-1.33.tar.gz) = 27bc335b7b81fe50b314440bff76c75f
-SIZE (POE-Component-Child-1.33.tar.gz) = 16979
+MD5 (POE-Component-Child-1.39.tar.gz) = 35827260ad62e9d1bcbf74ada943deb9
+SHA256 (POE-Component-Child-1.39.tar.gz) = cc721cacec1e2779f0fdeb727237fdadec5eb5a28975ccb98dddffae2e766d5d
+SIZE (POE-Component-Child-1.39.tar.gz) = 17548
diff --git a/devel/p5-POE-Component-Child/pkg-descr b/devel/p5-POE-Component-Child/pkg-descr
index 3b3a663c4a07..43b0a934b1e4 100644
--- a/devel/p5-POE-Component-Child/pkg-descr
+++ b/devel/p5-POE-Component-Child/pkg-descr
@@ -3,3 +3,4 @@ POE-Component-Child
This component allows for the creation and management of children
processes within the POE environment.
+WWW: http://search.cpan.org/dist/POE-Component-Child/