a70fae329f
- remove the already-in-perl-core-list modules from dependency - bump PORTREVISION
22 lines
418 B
Makefile
22 lines
418 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= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@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>
|