20 lines
338 B
Makefile
20 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:50 sthen Exp $
|
|
|
|
COMMENT = turn a CSV file into a Perl hash
|
|
DISTNAME = Text-CSV-Hashify-0.10
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
MAINTAINER = James E Keenan <jkeenan@cpan.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = textproc/p5-Text-CSV
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|