summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Future/DESCR3
-rw-r--r--devel/p5-Future/Makefile23
-rw-r--r--devel/p5-Future/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Future/DESCR b/devel/p5-Future/DESCR
new file mode 100644
index 00000000000..ca2600b146c
--- /dev/null
+++ b/devel/p5-Future/DESCR
@@ -0,0 +1,3 @@
+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.
diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile
new file mode 100644
index 00000000000..bcbd33915fd
--- /dev/null
+++ b/devel/p5-Future/Makefile
@@ -0,0 +1,23 @@
+# $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"
diff --git a/devel/p5-Future/distinfo b/devel/p5-Future/distinfo
new file mode 100644
index 00000000000..4e2dfa22e56
--- /dev/null
+++ b/devel/p5-Future/distinfo
@@ -0,0 +1,5 @@
+$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