diff options
Diffstat (limited to 'dns/amass/Makefile')
-rw-r--r-- | dns/amass/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/dns/amass/Makefile b/dns/amass/Makefile index 5a50560d7bd5..a91845d17209 100644 --- a/dns/amass/Makefile +++ b/dns/amass/Makefile @@ -1,19 +1,23 @@ PORTNAME= amass DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 -PORTREVISION= 12 +DISTVERSION= 5.0.0 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org COMMENT= In-depth DNS enumeration -WWW= https://owasp.org/www-project-amass/ +WWW= https://owasp.org/www-project-amass/ \ + https://github.com/owasp-amass/amass LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +BROKEN_i386= compilation fails: cgo_specific.go:100:2: type [1073741824]*_Ctype_char larger than address space -GO_MODULE= github.com/OWASP/Amass/v4 +LIB_DEPENDS= libpostal.so:misc/libpostal + +USES= go:1.24,modules pkgconfig + +GO_MODULE= github.com/owasp-amass/amass/v5 GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} |