17 lines
268 B
Makefile
17 lines
268 B
Makefile
|
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>
|