freebsd-ports/math/libxlsxwriter/Makefile
Baptiste Daroussin c6f0c1448f math/libxslxwriter: update to 1.1.4
Bump portrevision of dependant ports
2021-11-23 16:47:55 +01:00

18 lines
346 B
Makefile

PORTNAME= libxlsxwriter
PORTVERSION= 1.1.4
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= C library for creating Excel XLSX files
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>