aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-LineReader/Makefile
blob: 89b3ccd0b71c9ebcd7ee6b0a773ebe507e4713df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: chinsan
# $FreeBSD$

PORTNAME=	Array-LineReader
PORTVERSION=	1.01
PORTREVISION=	2
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Access lines of a file via an array

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>