Add a port of p5-Array-Utils, small pure-perl module containing list
manipulation routines. WWW: https://metacpan.org/release/Array-Utils
This commit is contained in:
parent
79b785672b
commit
ae82011f7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497563
5 changed files with 30 additions and 0 deletions
|
@ -284,6 +284,7 @@
|
|||
SUBDIR += p5-Array-LineReader
|
||||
SUBDIR += p5-Array-PrintCols
|
||||
SUBDIR += p5-Array-RefElem
|
||||
SUBDIR += p5-Array-Utils
|
||||
SUBDIR += p5-Asterisk-FastAGI
|
||||
SUBDIR += p5-Bot-Training
|
||||
SUBDIR += p5-Bot-Training-MegaHAL
|
||||
|
|
19
misc/p5-Array-Utils/Makefile
Normal file
19
misc/p5-Array-Utils/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Array-Utils
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Collection of list manipulation routines
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-Array-Utils/distinfo
Normal file
3
misc/p5-Array-Utils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1273222684
|
||||
SHA256 (Array-Utils-0.5.tar.gz) = 89dd1b7fcd9b4379492a3a77496e39fe6cd379b773fd03a6b160dd26ede63770
|
||||
SIZE (Array-Utils-0.5.tar.gz) = 2712
|
5
misc/p5-Array-Utils/pkg-descr
Normal file
5
misc/p5-Array-Utils/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
A small pure-perl module containing list manipulation routines. The
|
||||
module emerged because I was tired to include same utility routines
|
||||
in numerous projects.
|
||||
|
||||
WWW: https://metacpan.org/release/Array-Utils
|
2
misc/p5-Array-Utils/pkg-plist
Normal file
2
misc/p5-Array-Utils/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%PERL5_MAN3%%/Array::Utils.3.gz
|
||||
%%SITE_PERL%%/Array/Utils.pm
|
Loading…
Reference in a new issue