Files
ports/security/dropbear/Makefile
T
2026-05-11 06:49:17 +00:00

31 lines
623 B
Makefile

COMMENT= small SSH server and client
DISTNAME= dropbear-2026.91
EXTRACT_SUFX= .tar.bz2
CATEGORIES= security net
FIX_EXTRACT_PERMISSIONS=Yes
HOMEPAGE= https://matt.ucc.asn.au/dropbear/dropbear.html
# unrestrictive, mostly MIT-like, see LICENSE
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c util z
SITES= https://matt.ucc.asn.au/dropbear/releases/
DEBUG_PACKAGES= ${BUILD_PACKAGES}
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
# tests need network (they use pip to populate a venv)
# some errors expected
PORTHOME= ${WRKDIR}
TEST_DEPENDS= security/py-cryptography
.include <bsd.port.mk>