aboutsummaryrefslogtreecommitdiff
path: root/security/libassuan/Makefile
blob: 1a90e13576d764355e7f106a8d1a0a4a89b03af5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Michael Nottebrock <lofi@FreeBSD.org>

PORTNAME=	libassuan
PORTVERSION=	2.5.4
CATEGORIES=	security devel
MASTER_SITES=	GNUPG

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	IPC library used by GnuPG and gpgme

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

LIB_DEPENDS=	libgpg-error.so:security/libgpg-error

USES=		libtool tar:bzip2
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
TEST_TARGET=	check

INFO=		assuan

.include <bsd.port.mk>