1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Vanilla I. Shu 2014-08-07 14:49:32 +00:00
parent e1bc477b1f
commit 2e573e6ef0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364281

View File

@ -11,25 +11,18 @@ DIST_SUBDIR= pure
MAINTAINER= ports@FreeBSD.org
COMMENT= CSV reading and writing module for the Pure language
LICENSE= BSD
LICENSE= BSD3CLAUSE
USES= pure
PORTDOCS= README
OPTIONS_DEFINE= DOCS
PLIST_FILES= lib/pure/csv.pure \
lib/pure/csv.so
NO_STAGE= yes
PORTDOCS= README
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/csv.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>