1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/math/libxls/Makefile
Baptiste Daroussin ea2d15f126 update to 1.5.2
2019-12-27 13:31:41 +00:00

20 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= libxls
PORTVERSION= 1.5.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 libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>