1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/security/onionscan/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
711 B
Makefile

PORTNAME= onionscan
DISTVERSIONPREFIX= OnionScan-
DISTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= security net
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Free and open source tool for investigating Onion Services
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= s-rah
GH_TUPLE= HouzuoGuo:tiedot:3.4:tiedot/vendor/github.com/HouzuoGuo/tiedot \
rwcarlsen:goexif:8d986c0:goexif/vendor/github.com/rwcarlsen/goexif \
golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \
golang:net:26e67e7:net/vendor/golang.org/x/net \
golang:sys:33540a1:sys/vendor/golang.org/x/sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/onionscan
.include <bsd.port.mk>