ports/math/libxls/Makefile
Piotr Kubaj ed44f24fa0 math/libxls: fix build
Add USES=compiler:c++11-lang:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	mentors (implicite approval)
2019-06-10 10:02:29 +00:00

20 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= libxls
PORTVERSION= 1.5.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
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>