opnsense-ports/textproc/pure-csv/Makefile
Franco Fichtner 2184b956b7 */*: sync with upstream
Taken from: FreeBSD
2016-01-14 04:24:19 +01:00

27 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>