blob: b1498fe2dbd777f8607554ddddaf321fb9031fdf (
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>
# $FreeBSD$
PORTNAME= libassuan
PORTVERSION= 2.4.2
CATEGORIES= security devel
MASTER_SITES= GNUPG/${PORTNAME}
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
INFO= assuan
.include <bsd.port.mk>
|