freebsd-ports/math/libxlsxwriter/Makefile
2023-01-16 22:33:29 +01:00

19 lines
385 B
Makefile

PORTNAME= libxlsxwriter
PORTVERSION= 1.1.5
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>