freebsd-ports/devel/p5-Tie-File/Makefile
Sunpoet Po-Chuan Hsieh b16ab82d53 - Update to 1.00
- Add LICENSE

Changes:	http://search.cpan.org/dist/Tie-File/ChangeLog
2014-04-26 18:10:10 +00:00

19 lines
350 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tie-File
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Access the lines of a disk file via a Perl array
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>