17 lines
335 B
Makefile
17 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/03/17 12:12:10 jasper Exp $
|
|
|
|
COMMENT= comma-separated values manipulation routines
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-CSV-1.21
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|