Sun Feb 23 14:33:46 2014 UTC ()
Adding new package for Perl module Future from CPAN distribution Future
version 0.25 into devel/p5-Future

A "Future" object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.


(sno)
diff -r0 -r1.1 pkgsrc/devel/p5-Future/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-Future/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-Future/distinfo

File Added: pkgsrc/devel/p5-Future/DESCR
A "Future" object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.

File Added: pkgsrc/devel/p5-Future/Makefile
# $NetBSD: Makefile,v 1.1 2014/02/23 14:33:46 sno Exp $

DISTNAME=	Future-0.25
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Future
COMMENT=	Represent an operation awaiting completion
LICENSE=	${PERL5_LICENSE}

BUILD_DEPENDS+=	p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+=	p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
BUILD_DEPENDS+=	p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount

USE_LANGUAGES=	#empty
PERL5_MODULE_TYPE=	Module::Build
PERL5_PACKLIST=		auto/Future/.packlist
PERL5_REQD+=	5.10.1	# Test::More >= 0.88

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Future/distinfo
$NetBSD: distinfo,v 1.1 2014/02/23 14:33:46 sno Exp $

SHA1 (Future-0.25.tar.gz) = 18b0d3cb892f07579ec8794c13cbfa958bd57488
RMD160 (Future-0.25.tar.gz) = 903d47bf6600944371bc5de0a4b112c19eac0b7f
Size (Future-0.25.tar.gz) = 66183 bytes