freebsd-ports/textproc/go-text/Makefile
Grzegorz Blach 45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00

18 lines
388 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
GO_PKGNAME= github.com/kr/text
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>