mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
5677076a6a
needed during the update). spotted by espie.
23 lines
383 B
Makefile
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>
|