freebsd-ports/math/libxls/Makefile
Dmitry Marakasov 0b2033c53d */*: update conflicts on bin/xls2csv in 4 ports
Conflicting ports:
- databases/xls2txt
- math/libxls
- textproc/catdoc
- textproc/p5-Spreadsheet-Read

PR:		248294
Reported by:	jbeich
2022-11-03 15:09:18 +03:00

22 lines
508 B
Makefile

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
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
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>