diff options
-rw-r--r-- | misc/exercism/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 5226ec16040e..4656d362b285 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= exercism -PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v +DISTVERSION= 3.0.9 CATEGORIES= misc MAINTAINER= swills@FreeBSD.org COMMENT= CLI client for exercism.io LICENSE= MIT -LICENSE_FILE= LICENSE - -BROKEN= wrong LICENSE_FILE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes + GH_TUPLE= \ exercism:cli:v${PORTVERSION}:DEFAULT/src/github.com/exercism/cli \ armon:consul-api:eb2c6b5:consulapi/src/github.com/armon/consul-api \ |