diff --git a/net/clash/Makefile b/net/clash/Makefile index f284ca7039ea..3261109f9d77 100644 --- a/net/clash/Makefile +++ b/net/clash/Makefile @@ -1,24 +1,26 @@ PORTNAME= clash DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Rule-based tunnel in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:modules cpe + +CPE_VENDOR= clash_project GO_MODULE= github.com/Dreamacro/clash PLIST_FILES= bin/${PORTNAME} PORTSCOUT= limit:^[0-9\.]*$$ pre-patch: @cd ${WRKSRC} && ${CP} listener/redir/tcp_linux.go listener/redir/tcp_freebsd.go .include