diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-08 06:03:08 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-08 06:03:08 +0000 |
commit | e8a9b88bff10494fec4dbcf4aa192f2ea034bf01 (patch) | |
tree | abfb36b47decb54cf1a6ab40e89b511c9f36dc74 /misc/p5-Array-RefElem | |
parent | c672cb336b3994212aa349cb562690a25200a4fb (diff) | |
download | ports-e8a9b88bff10494fec4dbcf4aa192f2ea034bf01.tar.gz ports-e8a9b88bff10494fec4dbcf4aa192f2ea034bf01.zip |
Notes
Diffstat (limited to 'misc/p5-Array-RefElem')
-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 |
5 files changed, 37 insertions, 0 deletions
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 |