freebsd-ports/math/libxls/Makefile
Stefan Eßer 5c45309766 math/libxls: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 13:14:36 +02:00

18 lines
413 B
Makefile

PORTNAME= libxls
PORTVERSION= 1.6.2
CATEGORIES= math devel
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Extract Cell Data From Excel xls files
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang cpe libtool
CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>