1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/go-runewidth/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

21 lines
378 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-runewidth
PORTVERSION= 0.0.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>