1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add p5-Array-RefElem 0.02, set up array elements as aliases.

PR:		33410
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-02-08 06:03:08 +00:00
parent c672cb336b
commit e8a9b88bff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54343
6 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Array-RefElem-0.02.tar.gz) = 10b3ba4f6c313c8974ca7c059ee3a30d

View File

@ -0,0 +1 @@
Set up array elements as aliases

View File

@ -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>

View File

@ -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