mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Add p5-Want 0.06, a generalisation of wantarray.
This commit is contained in:
parent
bc08a7d601
commit
2185ca8f7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86386
5 changed files with 43 additions and 0 deletions
|
@ -762,6 +762,7 @@
|
||||||
SUBDIR += p5-UNIVERSAL-exports
|
SUBDIR += p5-UNIVERSAL-exports
|
||||||
SUBDIR += p5-VCS
|
SUBDIR += p5-VCS
|
||||||
SUBDIR += p5-VCS-CVS
|
SUBDIR += p5-VCS-CVS
|
||||||
|
SUBDIR += p5-Want
|
||||||
SUBDIR += p5-enum
|
SUBDIR += p5-enum
|
||||||
SUBDIR += p5-mixin
|
SUBDIR += p5-mixin
|
||||||
SUBDIR += p65
|
SUBDIR += p65
|
||||||
|
|
28
devel/p5-Want/Makefile
Normal file
28
devel/p5-Want/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# New ports collection makefile for: Want
|
||||||
|
# Date created: 19 June 2002
|
||||||
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Want
|
||||||
|
PORTVERSION= 0.06
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBIN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= skv@FreeBSD.org
|
||||||
|
COMMENT= A generalisation of wantarray
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Want.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
1
devel/p5-Want/distinfo
Normal file
1
devel/p5-Want/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Want-0.06.tar.gz) = 106ad9c715eb1fb51f343e29af268f01
|
8
devel/p5-Want/pkg-descr
Normal file
8
devel/p5-Want/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Want/
|
||||||
|
|
||||||
|
-- Sergey Skvortsov
|
||||||
|
skv@FreeBSD.org
|
5
devel/p5-Want/pkg-plist
Normal file
5
devel/p5-Want/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Want/.packlist
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/Want.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Want/Want.bs
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Want/Want.so
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Want
|
Loading…
Add table
Reference in a new issue