19 lines
388 B
Makefile
19 lines
388 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pure-csv
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= A CSV reading and writing module for the Pure language
|
|
|
|
USE_PURE= yes
|
|
NO_PURE_EXAMPLES= yes
|
|
|
|
PLIST_FILES= lib/pure/csv.pure \
|
|
lib/pure/csv.so
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
|
|
.include <bsd.port.mk>
|