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 /security/lasso/Makefile | |
parent | d610ef4216ba81fbd910389504a9d77b8bf8f782 (diff) | |
download | ports-1285a2f6fec585e13c739c7dbe2e5f822aec45f3.tar.gz ports-1285a2f6fec585e13c739c7dbe2e5f822aec45f3.zip |
Notes
Diffstat (limited to 'security/lasso/Makefile')
-rw-r--r-- | security/lasso/Makefile | 5 |
1 files changed, 3 insertions, 2 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,' \ |