freebsd-ports/devel/p5-Future/Makefile
Frederic Culot bec6473093 A Future object represents an operation that is currently in progress,
or has recently completed. Library functions that perform asynchronous
operations would use Future objects to allow calling programs to control
or wait for those operations to complete.

WWW: http://search.cpan.org/dist/Future/

This new module is needed to update devel/p5-CPS.
2013-01-14 13:50:02 +00:00

27 lines
600 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= Future
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Build objects representing outstanding operations
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Identity>0:${PORTSDIR}/devel/p5-Test-Identity \
p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount
PERL_MODBUILD= yes
MAN3= Future.3
PLIST_FILES= %%SITE_PERL%%/Future.pm
.include <bsd.port.mk>