1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/textproc/pure-csv/Makefile
2016-01-13 07:59:45 +00:00

28 lines
618 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= pure-csv
PORTVERSION= 1.6
CATEGORIES= textproc
MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
MAINTAINER= ports@FreeBSD.org
COMMENT= CSV reading and writing module for the Pure language
LICENSE= BSD3CLAUSE
USES= pkgconfig pure
PORTDOCS= README
OPTIONS_DEFINE= DOCS
PLIST_FILES= lib/pure/csv.pure \
lib/pure/csv.so
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/csv.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>