ports/textproc/p5-Text-CSV/Makefile

18 lines
300 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = comma-separated values manipulator routines
MODULES = cpan
PKG_ARCH = *
DISTNAME = Text-CSV-2.04
2023-08-16 22:26:55 +00:00
CATEGORIES = textproc
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-Text-CSV_XS
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>