Files
sthen 5677076a6a drop junk variables (renamed to "comment out" while checking if they're still
needed during the update). spotted by espie.
2026-06-14 09:59:59 +00:00

23 lines
383 B
Makefile

COMMENT= SSLv3/TLS network protocol analyzer
GH_ACCOUNT= adulau
GH_PROJECT= ssldump
GH_TAGNAME= v1.9
CATEGORIES= net
# https://github.com/adulau/ssldump
HOMEPAGE= https://adulau.github.io/ssldump/
PERMIT_PACKAGE= Yes
WANTLIB= c crypto pcap ssl json-c lib/libnet-1.1/net=11
MODULES= devel/cmake
LIB_DEPENDS= devel/json-c \
net/libnet/1.1
NO_TEST= Yes
.include <bsd.port.mk>