5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
17 lines
319 B
Makefile
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>
|