mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
280 B
Makefile
19 lines
280 B
Makefile
COMMENT= PGP packet visualizer
|
|
|
|
DISTNAME= pgpdump-0.37
|
|
CATEGORIES= security
|
|
|
|
# https://github.com/kazu-yamamoto/pgpdump
|
|
HOMEPAGE= https://www.mew.org/~kazu/proj/pgpdump/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c z
|
|
|
|
SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|