# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/go-text/Makefile 362227 2014-07-18 20:51:18Z gblach $

PORTNAME=	go-text
PORTVERSION=	20130911
CATEGORIES=	textproc
MASTER_SITES=	LOCAL/gblach/

MAINTAINER=	gblach@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>
