blob: c722aa470fa7bf8cee23998ed6e1b26b9e8b66e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= Array-FileReader
PORTVERSION= 0.03
PORTREVISION= 2
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lazily tie files to arrays for reading
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|