1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Add Array::FileReader - Lazily tie files to arrays for reading

WWW:    http://search.cpan.org/dist/Array-FileReader/
This commit is contained in:
Chin-San Huang 2011-02-23 11:20:30 +00:00
parent a71161db8f
commit 5c12602814
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269533
4 changed files with 36 additions and 0 deletions

View File

@ -387,6 +387,7 @@
SUBDIR += p5-Acme-ButFirst
SUBDIR += p5-Array-Compare
SUBDIR += p5-Array-Diff
SUBDIR += p5-Array-FileReader
SUBDIR += p5-Array-IntSpan
SUBDIR += p5-Array-LineReader
SUBDIR += p5-Array-PrintCols

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Array-FileReader
# Date created: 2011/02/20
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Array-FileReader
PORTVERSION= 0.03
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Lazily tie files to arrays for reading
BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Array::FileReader.3
PLIST_FILES= %%SITE_PERL%%/Array/FileReader.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/FileReader/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/FileReader \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array \
%%SITE_PERL%%/Array
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Array-FileReader-0.03.tar.gz) = 692065a1dbb3ed512bfb3269d5a234f4e9fdb6efedcf17c00f7c49c64f972b68
SIZE (Array-FileReader-0.03.tar.gz) = 3113

View File

@ -0,0 +1,3 @@
Array::FileReader - Lazily tie files to arrays for reading
WWW: http://search.cpan.org/dist/Array-FileReader/