1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/inlets/Makefile
Yuri Victorovich 90e04ec993 net/inlets: Update 2.7.0 -> 2.7.3
Reported by:	portscout
2020-05-16 18:25:04 +00:00

21 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= inlets
DISTVERSION= 2.7.3
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
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>