mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
ff60500447
PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# 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>
|