mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
18 lines
278 B
Makefile
18 lines
278 B
Makefile
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>
|