1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/libxlsxwriter/Makefile
2024-04-10 15:59:24 +02:00

20 lines
385 B
Makefile

PORTNAME= libxlsxwriter
PORTVERSION= 1.1.7
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= C library for creating Excel XLSX files
WWW= https://libxlsxwriter.github.io/
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= jmcnamara
MAKE_ARGS= INSTALL_DIR=${STAGEDIR}${PREFIX}
USE_LDCONFIG= yes
USES= compiler:c11 gmake
.include <bsd.port.mk>