- Initial import of Want-0.08
This 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
191342b132
commit
1d9356a8b7
22
devel/p5-Want/Makefile
Normal file
22
devel/p5-Want/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 03:18:28 msf Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "implementation of the want command"
|
||||
|
||||
DISTNAME= Want-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/}
|
||||
HOMEPAGE= http://search.cpan.org/dist/Want/
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Want/distinfo
Normal file
3
devel/p5-Want/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Want-0.08.tar.gz) = 72f9a5b7d9300859c23a61a31c21f91b
|
||||
RMD160 (Want-0.08.tar.gz) = 77af8e6d143394d719845198eb91520e20ca4828
|
||||
SHA1 (Want-0.08.tar.gz) = 6a6dbfe8f099f233e1d7e95aa0c2a7b4a3603b12
|
3
devel/p5-Want/pkg/DESCR
Normal file
3
devel/p5-Want/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This 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.
|
2
devel/p5-Want/pkg/PFRAG.shared
Normal file
2
devel/p5-Want/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/12/21 03:18:28 msf Exp $
|
||||
${P5ARCH}/auto/Want/Want.so
|
8
devel/p5-Want/pkg/PLIST
Normal file
8
devel/p5-Want/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/21 03:18:28 msf Exp $
|
||||
%%SHARED%%
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Want.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Want/
|
||||
${P5ARCH}/auto/Want/Want.bs
|
||||
@man man/man3p/Want.3p
|
Loading…
Reference in New Issue
Block a user