freebsd-ports/devel/p5-Tie-File/Makefile
Sunpoet Po-Chuan Hsieh 7ce69ec8b5 - Update to 0.98
- Take maintainership

Changes:	http://search.cpan.org/dist/Tie-File/ChangeLog
2011-12-23 21:16:06 +00:00

21 lines
404 B
Makefile

# New ports collection makefile for: p5-Tie-File
# Date created: 17 June 2003
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-File
PORTVERSION= 0.98
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Access the lines of a disk file via a Perl array
PERL_CONFIGURE= yes
MAN3= Tie::File.3
.include <bsd.port.mk>