mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
578a00e1a7
CVE-2026-7111 OK afresh1@
18 lines
290 B
Makefile
18 lines
290 B
Makefile
COMMENT = comma-separated values manipulation routines
|
|
|
|
DISTNAME = Text-CSV_XS-1.62
|
|
CPAN_AUTHOR = HMBRAND
|
|
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>
|