aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-forks/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-18 07:57:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-18 07:57:03 +0000
commitdab3a7e1e62ee4ed9551ad543e58d3249ad471b1 (patch)
treec4ceef8e62ab45cdd790b9586b562bc13f0e1c83 /devel/p5-forks/Makefile
parent4b8d4c4572d8241a9ec370360580024fd382d85d (diff)
downloadports-dab3a7e1e62ee4ed9551ad543e58d3249ad471b1.tar.gz
ports-dab3a7e1e62ee4ed9551ad543e58d3249ad471b1.zip
- Update to 0.23
PR: ports/111603 Submitted by: chinsan
Notes
Notes: svn path=/head/; revision=190272
Diffstat (limited to 'devel/p5-forks/Makefile')
-rw-r--r--devel/p5-forks/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-forks/Makefile b/devel/p5-forks/Makefile
index 3c941af7cd28..7cf0116d06ce 100644
--- a/devel/p5-forks/Makefile
+++ b/devel/p5-forks/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= forks
-PORTVERSION= 0.22
+PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/R/RY/RYBSKEJ
+MASTER_SITE_SUBDIR= SOAP/RYBSKEJ
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Drop-in replacement for Perl threads using fork()
-RUN_DEPENDS= ${SITE_PERL}/reaper.pm:${PORTSDIR}/devel/p5-reaper
+RUN_DEPENDS= ${SITE_PERL}/reaper.pm:${PORTSDIR}/devel/p5-reaper \
+ p5-Devel-Required>=0:${PORTSDIR}/devel/p5-Devel-Required \
+ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,10 +30,6 @@ MAN3= forks.3 forks::shared.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
-.endif
-
.if ${PERL_LEVEL} < 500702
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif