1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/inlets/Makefile
Yuri Victorovich 6048cc19e1 net/inlets: Update 2.6.3 -> 2.6.4
Reported by:	portscout
2020-02-06 03:54:33 +00:00

21 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= inlets
DISTVERSION= 2.6.4
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>