svn commit: r422811 - in head/net: . go-nats

Vanilla Hsu vanilla at fatpipi.com
Tue Sep 27 09:08:32 UTC 2016


2016-09-27 17:01 GMT+08:00 Jimmy Olgeni <olgeni at freebsd.org>:
>
> Added: head/net/go-nats/Makefile
> ============================================================
> ==================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/go-nats/Makefile   Tue Sep 27 09:01:23 2016        (r422811)
> @@ -0,0 +1,23 @@
> +# $FreeBSD$
> +
> +PORTNAME=      nats
> +DISTVERSIONPREFIX=     v
> +DISTVERSION=   1.2.0
> +CATEGORIES=    net
> +PKGNAMEPREFIX= go-
> +
> +MAINTAINER=    olgeni at FreeBSD.org
> +COMMENT=       Go client for NATS
> +
> +LICENSE=       MIT
> +
> +BUILD_DEPENDS= go-nuid>=0:devel/go-nuid
> +RUN_DEPENDS=   go-nuid>=0:devel/go-nuid
>
Maybe remove this?

go build static binary, so don't need RUN_DEPENDS on other go package.


More information about the svn-ports-all mailing list