1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/go-text/Makefile
Julien Laffaye 257ee41338 - Change default location of Go packages to LOCALBASE/share/go
This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
2014-01-11 17:46:33 +00:00

18 lines
391 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= go-text
PORTVERSION= 20130502
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/gblach/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Go package for manipulating paragraphs of text
GO_PKGNAME= github.com/kr/text
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>