diff options
author | petef <petef@FreeBSD.org> | 2002-02-08 14:03:08 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-08 14:03:08 +0800 |
commit | 8cc412266046b28f63b39449a510c8542316a26d (patch) | |
tree | 938e8234cc0255018f67a14529d63b54ca305761 /misc | |
parent | 8da12e83abd59100ff2a32cfa4b86a0b33c3d8cb (diff) | |
download | freebsd-ports-gnome-8cc412266046b28f63b39449a510c8542316a26d.tar.gz freebsd-ports-gnome-8cc412266046b28f63b39449a510c8542316a26d.tar.zst freebsd-ports-gnome-8cc412266046b28f63b39449a510c8542316a26d.zip |
Add p5-Array-RefElem 0.02, set up array elements as aliases.
PR: 33410
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Array-RefElem/Makefile | 22 | ||||
-rw-r--r-- | misc/p5-Array-RefElem/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Array-RefElem/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Array-RefElem/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-Array-RefElem/pkg-plist | 7 |
6 files changed, 38 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 05292267b0a5..d6d60eb0cc2e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -146,6 +146,7 @@ SUBDIR += p5-Array-Compare SUBDIR += p5-Array-IntSpan SUBDIR += p5-Array-PrintCols + SUBDIR += p5-Array-RefElem SUBDIR += p5-Business-CreditCard SUBDIR += p5-Business-ISBN SUBDIR += p5-Business-ISSN diff --git a/misc/p5-Array-RefElem/Makefile b/misc/p5-Array-RefElem/Makefile new file mode 100644 index 000000000000..e52fd53c4340 --- /dev/null +++ b/misc/p5-Array-RefElem/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Array::RefElem +# Date created: 31 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Array-RefElem +PORTVERSION= 0.02 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Array::RefElem.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/misc/p5-Array-RefElem/distinfo b/misc/p5-Array-RefElem/distinfo new file mode 100644 index 000000000000..5f50f22d342e --- /dev/null +++ b/misc/p5-Array-RefElem/distinfo @@ -0,0 +1 @@ +MD5 (Array-RefElem-0.02.tar.gz) = 10b3ba4f6c313c8974ca7c059ee3a30d diff --git a/misc/p5-Array-RefElem/pkg-comment b/misc/p5-Array-RefElem/pkg-comment new file mode 100644 index 000000000000..a6f759aa0faa --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-comment @@ -0,0 +1 @@ +Set up array elements as aliases diff --git a/misc/p5-Array-RefElem/pkg-descr b/misc/p5-Array-RefElem/pkg-descr new file mode 100644 index 000000000000..1781ef231e65 --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-descr @@ -0,0 +1,6 @@ +This module give direct access to the internal perl routines that let +you store reference to things in arrays and hashes. + +WWW: http://search.cpan.org/search?dist=Array-RefElem + +Seamus Venasse <svenasse@polaris.ca> diff --git a/misc/p5-Array-RefElem/pkg-plist b/misc/p5-Array-RefElem/pkg-plist new file mode 100644 index 000000000000..e6c43f84b3ce --- /dev/null +++ b/misc/p5-Array-RefElem/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Array/RefElem.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem/RefElem.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/RefElem +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Array 2>/dev/null || true |