aboutsummaryrefslogtreecommitdiff
path: root/net/inlets/Makefile
blob: f52159a8e2e9eed9dec467a8ddc1554b27af3ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>