blob: 60ae346e7e98859ed5bbf3c1933e165a8af64d5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|