freebsd-ports/textproc/go-text/Makefile
Mathieu Arnold 5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00

17 lines
319 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-text
PORTVERSION= 20130911
CATEGORIES= textproc
MASTER_SITES= LOCAL/gblach/
MAINTAINER= ports@FreeBSD.org
COMMENT= Go package for manipulating paragraphs of text
LICENSE= MIT
USES= go
GO_PKGNAME= github.com/kr/text
.include <bsd.port.mk>