Palle Girgensohn fcca9459a4 security/opensaml: Update to 3.3.1
Bump dependent shibboleth-sp port.

Security:	0b43fac4-005d-11f0-a540-6cc21735f730
2025-03-14 00:41:04 +01:00

38 lines
1012 B
Makefile

PORTNAME= opensaml
PORTVERSION= 3.3.1
CATEGORIES= security
MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/
MAINTAINER= girgen@FreeBSD.org
COMMENT= Open source implementation of SAML2
WWW= https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
LICENSE= APACHE20
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libcurl.so:ftp/curl \
liblog4shib.so:devel/log4shib \
libxml-security-c.so:security/apache-xml-security-c \
libxerces-c.so:textproc/xerces-c3 \
libxmltooling.so:devel/xmltooling
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-doxygen-doc --disable-dependency-tracking
USES= cpe gmake libtool pkgconfig tar:bzip2 ssl
USE_CXXSTD= c++14
CPE_VENDOR= shibboleth
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
${WRKSRC}/doc/Makefile.in
post-patch-DOCS-off:
@${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>