ports/security/gotator/Makefile

23 lines
405 B
Makefile
Raw Normal View History

2023-08-21 05:20:32 +00:00
COMMENT= DNS wordlists through permutations
MODGO_MODNAME= github.com/Josue87/gotator
MODGO_VERSION= v0.0.0-20220531210547-85554801a28a
DISTNAME= gotator-${MODGO_VERSION}
PKGNAME= gotator-1.1
CATEGORIES= security
HOMEPAGE= https://github.com/Josue87/gotator
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# GPL-3.0
PERMIT_PACKAGE= Yes
WANTLIB+= c pthread
MODULES= lang/go
.include <bsd.port.mk>