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.
This commit is contained in:
parent
55aa9b8ee4
commit
e0340ff874
4 changed files with 24 additions and 0 deletions
3
devel/p5-Want/DESCR
Normal file
3
devel/p5-Want/DESCR
Normal file
|
@ -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.
|
16
devel/p5-Want/Makefile
Normal file
16
devel/p5-Want/Makefile
Normal file
|
@ -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"
|
1
devel/p5-Want/PLIST
Normal file
1
devel/p5-Want/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 15:38:58 seb Exp $
|
4
devel/p5-Want/distinfo
Normal file
4
devel/p5-Want/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue