f545b07eb8
testing and ok by jasper@
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/01/27 16:38:01 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= comma-separated values manipulation routines
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-CSV_XS-0.59
|
|
CATEGORIES= textproc
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|