ports/textproc/p5-Text-CSV_XS/Makefile

17 lines
268 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Comma-Separated Values manipulation routines
DISTNAME = Text-CSV_XS-1.49
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>