# Created by: Akinori MUSHA aka knu # $FreeBSD: head/devel/go-runewidth/Makefile 413776 2016-04-22 12:40:04Z mat $ PORTNAME= runewidth PORTVERSION= 0.0.1 CATEGORIES= devel PKGNAMEPREFIX= go- 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_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} GH_TAGNAME= d6bea18f GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} .include