From 2185ca8f7daa14a4092de14f78e5f100caa485a7 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Wed, 6 Aug 2003 15:45:56 +0000 Subject: Add p5-Want 0.06, a generalisation of wantarray. --- devel/p5-Want/Makefile | 28 ++++++++++++++++++++++++++++ devel/p5-Want/distinfo | 1 + devel/p5-Want/pkg-descr | 8 ++++++++ devel/p5-Want/pkg-plist | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 devel/p5-Want/Makefile create mode 100644 devel/p5-Want/distinfo create mode 100644 devel/p5-Want/pkg-descr create mode 100644 devel/p5-Want/pkg-plist (limited to 'devel/p5-Want') diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile new file mode 100644 index 000000000000..bb8db08d0a16 --- /dev/null +++ b/devel/p5-Want/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Want +# Date created: 19 June 2002 +# Whom: Sergey Skvortsov +# +# $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 + +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +.endif + +.include diff --git a/devel/p5-Want/distinfo b/devel/p5-Want/distinfo new file mode 100644 index 000000000000..5e47664d15b3 --- /dev/null +++ b/devel/p5-Want/distinfo @@ -0,0 +1 @@ +MD5 (Want-0.06.tar.gz) = 106ad9c715eb1fb51f343e29af268f01 diff --git a/devel/p5-Want/pkg-descr b/devel/p5-Want/pkg-descr new file mode 100644 index 000000000000..999cd7dd9fd3 --- /dev/null +++ b/devel/p5-Want/pkg-descr @@ -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 diff --git a/devel/p5-Want/pkg-plist b/devel/p5-Want/pkg-plist new file mode 100644 index 000000000000..a56c69a7f86c --- /dev/null +++ b/devel/p5-Want/pkg-plist @@ -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 -- cgit v1.2.3