mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8fa4f90e95
- Add LICENSE=MIT
19 lines
389 B
Makefile
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>
|