diff options
author | seb <seb> | 2004-11-10 15:38:57 +0000 |
---|---|---|
committer | seb <seb> | 2004-11-10 15:38:57 +0000 |
commit | 55d2477fccd3d051ce670fd8d77cd3265d4f3cf7 (patch) | |
tree | b8634ebe2e4c903ed503a0b9fef2019ddd105fcd /devel | |
parent | 5a6c9f20bdd0e7b9f7817c09b4f3775534bfd7d5 (diff) | |
download | pkgsrc-55d2477fccd3d051ce670fd8d77cd3265d4f3cf7.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')
-rw-r--r-- | devel/p5-Want/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Want/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Want/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Want/distinfo | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Want/DESCR b/devel/p5-Want/DESCR new file mode 100644 index 00000000000..22d86321795 --- /dev/null +++ b/devel/p5-Want/DESCR @@ -0,0 +1,3 @@ +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. 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" diff --git a/devel/p5-Want/PLIST b/devel/p5-Want/PLIST new file mode 100644 index 00000000000..abca4161ff6 --- /dev/null +++ b/devel/p5-Want/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 15:38:58 seb Exp $ diff --git a/devel/p5-Want/distinfo b/devel/p5-Want/distinfo new file mode 100644 index 00000000000..d57e5d06714 --- /dev/null +++ b/devel/p5-Want/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/10 15:38:58 seb Exp $ + +SHA1 (Want-0.07.tar.gz) = 0237e6d6ba80acf6909f465b4fffa7648de25189 +Size (Want-0.07.tar.gz) = 14467 bytes |