aboutsummaryrefslogtreecommitdiff
path: root/www/aquatone/Makefile
blob: 234c0279e99e8e63f531a77779f7cdc1a90cf0c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PORTNAME=	aquatone
DISTVERSIONPREFIX=	v
DISTVERSION=	1.7.0
PORTREVISION=	12
CATEGORIES=	www security

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tool for domain flyovers that checks open ports and takes screenshots
WWW=		https://michenriksen.com/blog/aquatone-now-in-go/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		go
USE_GITHUB=	yes
GH_ACCOUNT=	michenriksen
GH_TUPLE=	andybalholm:cascadia:680b6a5:cascadia/vendor/github.com/andybalholm/cascadia \
		asaskevich:EventBus:d46933a:eventbus/vendor/github.com/asaskevich/EventBus \
		fatih:color:3f9d52f:color/vendor/github.com/fatih/color \
		google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \
		lair-framework:go-nmap:3b9bafd:gonmap/vendor/github.com/lair-framework/go-nmap \
		moul:http2curl:faeffb3:http2curl/vendor/github.com/moul/http2curl \
		mvdan:xurls:20723a7:xurls/vendor/github.com/mvdan/xurls \
		parnurzeal:gorequest:b060445:gorequest/vendor/github.com/parnurzeal/gorequest \
		pkg:errors:27936f6:errors/vendor/github.com/pkg/errors \
		pmezard:go-difflib:5d4384e:godifflib/vendor/github.com/pmezard/go-difflib \
		PuerkitoBio:goquery:3dcf72e:goquery/vendor/github.com/PuerkitoBio/goquery \
		remeh:sizedwaitgroup:5e7302b:sizedwaitgroup/vendor/github.com/remeh/sizedwaitgroup \
		golang:net:161cd47:net/vendor/golang.org/x/net
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}

PLIST_FILES=	bin/aquatone

.include <bsd.port.mk>