mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
829a2fa779
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor) Differential Revision: https://reviews.freebsd.org/D16592
30 lines
658 B
Makefile
30 lines
658 B
Makefile
# Created by: John Hixson <jhixson@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ngrok
|
|
PORTVERSION= 2.2.8
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/
|
|
DISTNAME= ${PORTNAME}-stable-freebsd-${ARCH:S/i386/386/:S/x86_64/amd64/}
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= jhixson@FreeBSD.org
|
|
COMMENT= Secure tunnels to localhost
|
|
|
|
# run 'ngrok credits' for details
|
|
LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT
|
|
LICENSE_COMB= multi
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/ngrok
|
|
|
|
NO_BUILD= yes
|
|
USES= zip
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|