mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add LICENSE
- Convert to new LIB_DEPENDS format - Use USES=tar:bzip2 - Cosmetic change - Take maintainership - Remove Author line - Use single space after WWW:
This commit is contained in:
parent
7f113ee72d
commit
ffc143d74a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348289
@ -4,23 +4,24 @@
|
||||
PORTNAME= libksba
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= GNUPG/${PORTNAME}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= KSBA is an X.509 Library
|
||||
|
||||
BUILD_DEPENDS+= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error
|
||||
LIB_DEPENDS+= gpg-error:${PORTSDIR}/security/libgpg-error
|
||||
LICENSE= GPLv2 GPLv3 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_BZIP2= yes
|
||||
BUILD_DEPENDS= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error
|
||||
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-static
|
||||
USE_LDCONFIG= yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
USES= perl5 tar:bzip2
|
||||
|
||||
INFO= ksba
|
||||
|
||||
|
@ -4,5 +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.
|
||||
|
||||
Author: g10 Code GmbH
|
||||
WWW: http://www.gnupg.org/aegypten2
|
||||
WWW: http://www.gnupg.org/aegypten2/
|
||||
|
Loading…
Reference in New Issue
Block a user