blob: 6be64e2fd7c54128d003dad1378681e09028f17b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: pure-csv
# Date created: 2011-03-18
# Whom: 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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
.include <bsd.port.post.mk>
|