2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Julien Laffaye <jlaffaye@FreeBSD.org>
|
2012-05-15 00:09:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= go.net
|
2014-01-12 22:54:25 +01:00
|
|
|
PORTVERSION= 20131227
|
2012-05-15 00:09:08 +02:00
|
|
|
CATEGORIES= net devel
|
|
|
|
MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye
|
|
|
|
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
|
|
COMMENT= Additional Net packages for Go
|
|
|
|
|
2014-01-12 22:54:25 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.text:textproc/go.text
|
2014-01-12 22:54:25 +01:00
|
|
|
|
2016-04-22 14:40:04 +02:00
|
|
|
USES= go
|
2012-05-15 00:09:08 +02:00
|
|
|
GO_PKGNAME= code.google.com/p/go.net
|
2014-01-12 22:54:25 +01:00
|
|
|
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 \
|
2012-05-15 00:09:08 +02:00
|
|
|
${GO_PKGNAME}/websocket
|
|
|
|
|
2016-04-22 14:40:04 +02:00
|
|
|
.include <bsd.port.mk>
|