freebsd-ports/net/inlets/Makefile
Yuri Victorovich 93076d95c9 net/inlets: Update 2.3.1 -> 2.4.1
Reported by:	portscout
2019-09-15 00:39:24 +00:00

21 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= inlets
DISTVERSION= 2.4.1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Expose your local endpoints to the Internet
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= alexellis
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>