23 lines
484 B
Makefile
23 lines
484 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/10/18 14:58:55 czarkoff Exp $
|
|
|
|
PORTROACH = ignore
|
|
|
|
COMMENT = library for reading and writing XLSX files
|
|
DISTNAME = go-xlsx-20151010
|
|
CATEGORIES = textproc converters
|
|
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
GH_ACCOUNT = tealeg
|
|
GH_PROJECT = xlsx
|
|
GH_COMMIT = dd470a6866d36166e680d718f281eca5b176b485
|
|
|
|
MODULES = lang/go
|
|
MODGO_TYPE = lib
|
|
|
|
TEST_DEPENDS = devel/go-check-v1
|
|
|
|
.include <bsd.port.mk>
|