time waiting for timeouts over the last year or more for many of these ports. ok danj@ jca@ kmos@
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/04/24 16:26:58 sthen Exp $
|
|
|
|
COMMENT = convert XLSX files to CSV
|
|
DISTNAME = xlsx2csv-20150318
|
|
CATEGORIES = textproc converters
|
|
REVISION = 1
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
BUILD_DEPENDS = textproc/go-xlsx
|
|
|
|
GH_ACCOUNT = tealeg
|
|
GH_PROJECT = xlsx2csv
|
|
GH_COMMIT = d8ea142750f57ca9998a632d2b6c61f818f0c5a9
|
|
|
|
MODULES = lang/go
|
|
|
|
.include <bsd.port.mk>
|