freebsd-ports/security/libsodium/Makefile
Koichiro Iwao ad01e562ad security/libsodium: Revert "security/libsodium: Update to 1.0.19"
This reverts commit 0ff061cd7a.

Revert update until creating consumers list to bump. There are at least
72 explicit consumers and some more implicit consumers. Hold on to old
version until creating complete list of consumers.

Approved by:	blanket (runtime fixes)
2023-09-15 14:10:21 +09:00

31 lines
864 B
Makefile

PORTNAME= libsodium
#################################################
# Make sure to bump all consumers when updating #
#################################################
PORTVERSION= 1.0.18
CATEGORIES= security
MASTER_SITES= https://download.libsodium.org/libsodium/releases/
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Library to build higher-level cryptographic tools
WWW= https://github.com/jedisct1/libsodium
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/THANKS ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>