diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-01 19:18:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-01 19:18:37 +0800 |
commit | 7cd6753cd8614ce2bc90a1c8707f87bb8d32b3e6 (patch) | |
tree | 621e8c9c0a9d9c86b2906ddb1a6a00f73574b5b5 /security | |
parent | 4c4dd58de5a3c232cc79347eb10515fe3414a2f1 (diff) | |
download | freebsd-ports-gnome-7cd6753cd8614ce2bc90a1c8707f87bb8d32b3e6.tar.gz freebsd-ports-gnome-7cd6753cd8614ce2bc90a1c8707f87bb8d32b3e6.tar.zst freebsd-ports-gnome-7cd6753cd8614ce2bc90a1c8707f87bb8d32b3e6.zip |
Update WWW
Diffstat (limited to 'security')
-rw-r--r-- | security/libksba/Makefile | 5 | ||||
-rw-r--r-- | security/libksba/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index bbff573f1ecb..0c920c2f0699 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -18,12 +18,13 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3 LIB_DEPENDS= libgpg-error.so:security/libgpg-error +USES= libtool perl5 tar:bzip2 +USE_PERL5= build + CONFIGURE_ARGS= --enable-static INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PERL5= build -USES= libtool perl5 tar:bzip2 INFO= ksba diff --git a/security/libksba/pkg-descr b/security/libksba/pkg-descr index 0a2ede9428e6..bb83bef8efca 100644 --- a/security/libksba/pkg-descr +++ b/security/libksba/pkg-descr @@ -4,4 +4,4 @@ KSBA is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. -WWW: http://www.gnupg.org/aegypten2/ +WWW: https://www.gnupg.org/aegypten2/ |