edd 7713adc20a security/libksba: update to version 1.6.0.
With major bump to be sure, as discussed on ports@.

OK sthen@ and jca@, thanks!
2021-07-07 07:52:07 +00:00

28 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.23 2021/07/07 07:52:07 edd Exp $
COMMENT = X.509 library
DISTNAME = libksba-1.6.0
CATEGORIES = security
SHARED_LIBS = ksba 2.0 # 22.0
MASTER_SITES = ${MASTER_SITE_GNUPG:=libksba/}
HOMEPAGE = https://www.gnupg.org/software/libksba/index.html
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
EXTRACT_SUFX = .tar.bz2
LIB_DEPENDS = devel/gettext,-runtime \
security/libgpg-error
WANTLIB += gpg-error iconv intl
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>