mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
281 B
Makefile
18 lines
281 B
Makefile
COMMENT = Comma-Separated Values manipulation routines
|
|
|
|
DISTNAME = Text-CSV_XS-1.60
|
|
REVISION = 0
|
|
CATEGORIES = textproc
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
|
|
|
MODULES = cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
.include <bsd.port.mk>
|