blob: e2ddff7e15f9078cb518d54a5c9a17f1435604d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= libxls
PORTVERSION= 1.6.2
PORTREVISION= 1
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
WWW= https://github.com/libxls/libxls
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang cpe libtool
CPE_VENDOR= ${PORTNAME}_project
CONFLICTS_INSTALL= catdoc p5-Spreadsheet-Read xls2txt
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|