[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / textproc / uni

File: [local] / ports / textproc / uni / Makefile (download)

Revision 1.5, Fri Jan 5 11:44:01 2024 UTC (4 months, 3 weeks ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.4: +5 -5 lines

update to uni 2.6.0

COMMENT =	query the unicode database from the commandline

MODGO_MODNAME =	zgo.at/uni/v2
MODGO_VERSION =	v2.6.0
DISTNAME =	uni-${MODGO_VERSION}

HOMEPAGE =	https://github.com/arp242/uni

CATEGORIES =	textproc

# MIT
PERMIT_PACKAGE =	Yes

WANTLIB += c pthread

MODULES =	lang/go

.include "modules.inc"
.include <bsd.port.mk>