1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/libxls/Makefile
2017-01-27 00:14:31 +00:00

22 lines
343 B
Makefile

# $FreeBSD$
PORTNAME= libxls
PORTVERSION= 1.4.0
CATEGORIES= math devel
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Extract Cell Data From Excel xls files
LICENSE= BSD2CLAUSE
USES= zip libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>