2006-11-07 04:01:32 +01:00
|
|
|
# New ports collection makefile for: p5-forks
|
|
|
|
# Date created: 2006-10-12
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= forks
|
2009-06-03 03:51:59 +02:00
|
|
|
PORTVERSION= 0.33
|
2006-11-07 04:01:32 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-01-30 10:00:03 +01:00
|
|
|
MASTER_SITES= CPAN
|
2007-04-18 09:57:03 +02:00
|
|
|
MASTER_SITE_SUBDIR= SOAP/RYBSKEJ
|
2006-11-07 04:01:32 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Drop-in replacement for Perl threads using fork()
|
|
|
|
|
2007-04-18 09:57:03 +02:00
|
|
|
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
|
2006-11-07 04:01:32 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-07-11 08:12:31 +02:00
|
|
|
MAN3= forks.3 forks::signals.3 \
|
|
|
|
forks::shared.3 \
|
2009-06-03 03:51:59 +02:00
|
|
|
forks::Devel::Symdump.3 \
|
2006-11-07 04:01:32 +01:00
|
|
|
threads::shared::array.3 \
|
|
|
|
threads::shared::handle.3 \
|
|
|
|
threads::shared::hash.3 \
|
|
|
|
threads::shared::scalar.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|