aboutsummaryrefslogtreecommitdiff
path: root/math/libxls/Makefile
blob: 163d23ef3e852181c33f965cffd09c3d38328aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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>