openbsd-ports/security/rnp/Makefile
landry 2bb70317c3 security/rnp: update to 0.16.2.
see https://github.com/rnpgp/rnp/releases/tag/v0.16.1
and https://github.com/rnpgp/rnp/releases/tag/v0.16.2

mail/mozilla-thunderbird will soon build against it instead of using its
bundled copy.
2022-10-05 08:03:52 +00:00

39 lines
680 B
Makefile

COMMENT = high performance C++ OpenPGP library and tools
GH_ACCOUNT = rnpgp
GH_PROJECT = rnp
GH_TAGNAME = v0.16.2
SHARED_LIBS = rnp 0.2
CATEGORIES = security
HOMEPAGE = https://www.rnpgp.org/
# BSD / Apache v2 ?
PERMIT_PACKAGE= Yes
# C++11
COMPILER = base-clang ports-gcc
LIB_DEPENDS += security/botan2 \
archivers/bzip2 \
devel/json-c
WANTLIB += ${COMPILER_LIBCXX} botan-2 bz2 c json-c m z
BUILD_DEPENDS = textproc/asciidoctor \
devel/gtest \
security/gnupg
MODULES = devel/cmake \
lang/python
MODPY_RUNDEP = No
CONFIGURE_ARGS += -DGIT_EXECUTABLE=true \
-DBUILD_SHARED_LIBS=on \
-DDOWNLOAD_GTEST=Off \
-DDOWNLOAD_RUBYRNP=Off
.include <bsd.port.mk>