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:
parent
c672cb336b
commit
e8a9b88bff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54343
@ -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
|
||||
|
22
misc/p5-Array-RefElem/Makefile
Normal file
22
misc/p5-Array-RefElem/Makefile
Normal 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>
|
1
misc/p5-Array-RefElem/distinfo
Normal file
1
misc/p5-Array-RefElem/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Array-RefElem-0.02.tar.gz) = 10b3ba4f6c313c8974ca7c059ee3a30d
|
1
misc/p5-Array-RefElem/pkg-comment
Normal file
1
misc/p5-Array-RefElem/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Set up array elements as aliases
|
6
misc/p5-Array-RefElem/pkg-descr
Normal file
6
misc/p5-Array-RefElem/pkg-descr
Normal 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>
|
7
misc/p5-Array-RefElem/pkg-plist
Normal file
7
misc/p5-Array-RefElem/pkg-plist
Normal 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
|
Loading…
x
Reference in New Issue
Block a user