summaryrefslogtreecommitdiff
path: root/devel/p5-Want/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-11-10 15:38:57 +0000
committerseb <seb@pkgsrc.org>2004-11-10 15:38:57 +0000
commite0340ff8740960228cc87ec1170ccab9188a2944 (patch)
treeb8634ebe2e4c903ed503a0b9fef2019ddd105fcd /devel/p5-Want/Makefile
parent55aa9b8ee40043f442608c480bb40a674ed4b890 (diff)
downloadpkgsrc-e0340ff8740960228cc87ec1170ccab9188a2944.tar.gz
Initial addition of p5-Want version 0.07 into the NetBSD Packages Collection.
This Perl 5 module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used.
Diffstat (limited to 'devel/p5-Want/Makefile')
-rw-r--r--devel/p5-Want/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile
new file mode 100644
index 00000000000..7a5e9868081
--- /dev/null
+++ b/devel/p5-Want/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/10 15:38:57 seb Exp $
+
+DISTNAME= Want-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
+
+MAINTAINER= seb@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Want/
+COMMENT= Perl module providing a generalisation of wantarray
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Want/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"