summaryrefslogtreecommitdiff
path: root/net/go.net/Makefile
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2014-01-12 21:54:25 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2014-01-12 21:54:25 +0000
commitfe82d3e6492b4a0ee8214067a28230bcdb302738 (patch)
tree725e53c5a28783d6d192260078a979353ebc5890 /net/go.net/Makefile
parent- Add go.text, a collection of Go packages for text processing. (diff)
- Update to 20131227 snapshot
- Add license
Notes
Notes: svn path=/head/; revision=339553
Diffstat (limited to 'net/go.net/Makefile')
-rw-r--r--net/go.net/Makefile20
1 files changed, 16 insertions, 4 deletions
diff --git a/net/go.net/Makefile b/net/go.net/Makefile
index 85d7980dee4f..3e9940db8ab0 100644
--- a/net/go.net/Makefile
+++ b/net/go.net/Makefile
@@ -2,17 +2,29 @@
# $FreeBSD$
PORTNAME= go.net
-PORTVERSION= 20120502
-PORTREVISION= 1
+PORTVERSION= 20131227
CATEGORIES= net devel
MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Additional Net packages for Go
+LICENSE= BSD3CLAUSE
+
+BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.text:${PORTSDIR}/textproc/go.text
+
GO_PKGNAME= code.google.com/p/go.net
-GO_TARGET= ${GO_PKGNAME}/dict \
- ${GO_PKGNAME}/spdy \
+GO_TARGET= ${GO_PKGNAME}/dict \
+ ${GO_PKGNAME}/html \
+ ${GO_PKGNAME}/html/atom \
+ ${GO_PKGNAME}/html/charset \
+ ${GO_PKGNAME}/idna \
+ ${GO_PKGNAME}/ipv4 \
+ ${GO_PKGNAME}/ipv6 \
+ ${GO_PKGNAME}/netutil \
+ ${GO_PKGNAME}/proxy \
+ ${GO_PKGNAME}/publicsuffix \
+ ${GO_PKGNAME}/spdy \
${GO_PKGNAME}/websocket
.include <bsd.port.pre.mk>