diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
commit | c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4 (patch) | |
tree | aa141bf97faf2dbf6ab037a0642fcf19860398a4 /sysutils/consul | |
parent | 32803c926fefe1d884ac4e1d198d8f0a928b48d3 (diff) | |
download | ports-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.tar.gz ports-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.zip |
Notes
Diffstat (limited to 'sysutils/consul')
-rw-r--r-- | sysutils/consul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 539bb616a094..0e2bec9178bc 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -9,7 +9,7 @@ CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy -LICENSE= MPL +LICENSE= MPL20 BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go |