aboutsummaryrefslogblamecommitdiff
path: root/textproc/uni/Makefile
blob: 5cc57d93347ef8180f8733131077948c686915b3 (plain) (tree)
1
2
3
4
                                                  

                   
                     













                                                               



                                                                            



                               
# Created by: Thierry Thomas <thierry@FreeBSD.org>

PORTNAME=	uni
PORTVERSION=	2.1.0
DISTVERSIONPREFIX=	v
CATEGORIES=	textproc

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Query the Unicode database from the commandline

LICENSE=	MIT

USES=		go:modules

USE_GITHUB=	yes
GH_ACCOUNT=	arp242

GO_PKGNAME=	arp242.net/uni
GH_TUPLE=	golang:sys:ddb9806d33ae:golang_sys/vendor/golang.org/x/sys \
		zgoat:zli:33768b083e81:zgoat_zli/vendor/zgo.at/zli \
		zgoat:zstd:45b844c30593:zgoat_zstd/vendor/zgo.at/zstd
GO_BUILDFLAGS=	-ldflags "-X main.version=${PORTVERSION}"

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>