1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/go-text/Makefile
Grzegorz Blach 8fa4f90e95 - Update to 20130911
- Add LICENSE=MIT
2014-07-18 20:51:18 +00:00

19 lines
389 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
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>