freebsd-ports/misc/p5-Array-LineReader/Makefile
2013-11-04 14:41:18 +00:00

19 lines
355 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Array-LineReader
PORTVERSION= 1.01
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Access lines of a file via an array
BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>