aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-File/Makefile
blob: 7f0037cfbe9866ec1ee9e96934cc6fa59e919a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>

PORTNAME=	Tie-File
PORTVERSION=	1.05
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 GPLv2+
LICENSE_COMB=	dual
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>