diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-08-15 17:02:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-08-15 17:02:32 +0800 |
commit | d27787e081ee7340e6e19ef92bbafb560c562dee (patch) | |
tree | 87e00e1ca47cc7495ca1bed9ad98cff2743cc676 /sysutils | |
parent | abb6ebad0d4ada5395c5f3adf0ef9bfa9b440187 (diff) | |
download | freebsd-ports-gnome-d27787e081ee7340e6e19ef92bbafb560c562dee.tar.gz freebsd-ports-gnome-d27787e081ee7340e6e19ef92bbafb560c562dee.tar.zst freebsd-ports-gnome-d27787e081ee7340e6e19ef92bbafb560c562dee.zip |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consul/Makefile | 1 | ||||
-rw-r--r-- | sysutils/consul/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 4b014e40bc43..89837dc250d6 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -9,6 +9,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler go diff --git a/sysutils/consul/pkg-descr b/sysutils/consul/pkg-descr index 35f290b0567b..a65f6ed0f675 100644 --- a/sysutils/consul/pkg-descr +++ b/sysutils/consul/pkg-descr @@ -1,4 +1,4 @@ Consul is a distributed, highly available and data center aware tool for discovering and configuring services. -WWW: https://consul.io/ +WWW: https://www.consul.io/ |