aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-File-AsHash/Makefile
blob: 970947d499229f35f4a29580f6c81deb962b9c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Ruben de Groot <rdg@bzerk.org>

PORTNAME=	Tie-File-AsHash
PORTVERSION=	0.08
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	rdg@bzerk.org
COMMENT=	Access the lines of a disk file via a Perl hash

BUILD_DEPENDS=	p5-Test-Simple>=0:devel/p5-Test-Simple
RUN_DEPENDS=	p5-Tie-File>=0:devel/p5-Tie-File

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>