freebsd-ports/devel/p5-Tie-File/Makefile
Yen-Ming Lee ca2a752bc7 - unbreak under 5.10 (see https://rt.cpan.org/Public/Bug/Display.html?id=40958)
- drop maintainership
- bump PORTREVISION

Noticed by:	max at digform.com
Feature safe:	yes
2010-06-28 15:36:28 +00:00

25 lines
474 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.96
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Access the lines of a disk file via a Perl array
PERL_CONFIGURE= yes
MAN3= Tie::File.3
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>