Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / libksba / Makefile
1 # Created by: Tilman Linneweh <arved@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libksba
5 PORTVERSION=    1.3.3
6 CATEGORIES=     security
7 MASTER_SITES=   GNUPG/${PORTNAME}
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        KSBA is an X.509 Library
11
12 LICENSE=        GPLv2 GPLv3 LGPL3
13 LICENSE_COMB=   dual
14
15 LIB_DEPENDS=    libgpg-error.so:${PORTSDIR}/security/libgpg-error
16
17 CONFIGURE_ARGS= --enable-static
18 INSTALL_TARGET= install-strip
19 GNU_CONFIGURE=  yes
20 USE_LDCONFIG=   yes
21 USE_PERL5=      build
22 USES=           libtool perl5 tar:bzip2
23
24 INFO=           ksba
25
26 .include <bsd.port.mk>