freebsd-ports/devel/p5-Tie-File-AsHash/Makefile
2021-04-06 16:31:07 +02:00

19 lines
412 B
Makefile

# 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>