diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-06-02 09:32:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-06-02 09:32:51 +0000 |
commit | 1285a2f6fec585e13c739c7dbe2e5f822aec45f3 (patch) | |
tree | ea8b923252327782dd23cb3df7b66740bf798ffd | |
parent | d610ef4216ba81fbd910389504a9d77b8bf8f782 (diff) |
Notes
-rw-r--r-- | security/lasso/Makefile | 5 | ||||
-rw-r--r-- | security/lasso/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 52ac2a2ce00b..58ce52a465f8 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ MAINTAINER= bofh@FreeBSD.org COMMENT= Free Liberty Alliance Implementation -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl \ libxmlsec1-openssl.so:security/xmlsec1 @@ -29,7 +30,7 @@ OPTIONS_SUB= yes PERL_CONFIGURE_ENABLE= perl PERL_USES= perl5 PYTHON_CONFIGURE_ENABLE=python -INSTALL_TARGET=install-strip +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1\.2\.6) openssl,\1,' \ diff --git a/security/lasso/pkg-descr b/security/lasso/pkg-descr index 79d5cd365e67..ef6a934c496f 100644 --- a/security/lasso/pkg-descr +++ b/security/lasso/pkg-descr @@ -7,4 +7,4 @@ Lasso first focused on implementing the Liberty Alliance ID-FF 1.2 protocols. It now supports a good part of ID-WSF, and SAML 2.0 support has also been completed. -WWW: http://lasso.entrouvert.org/ +WWW: https://lasso.entrouvert.org/ |