freebsd-ports/devel/go-runewidth/Makefile
Dmitry Marakasov 2497bacde6 - Add missing file to plist
Approved by:	portmgr blanket
2016-11-28 13:43:11 +00:00

21 lines
394 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-runewidth
PORTVERSION= 0.0.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= knu@FreeBSD.org
COMMENT= Go library to get the fixed width of a character or string
LICENSE= MIT
USES= go
USE_GITHUB= yes
GH_ACCOUNT= mattn
GH_TAGNAME= d6bea18f
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>