blob: 6ea380ec2f03e0381c6072a9c8634fd487d64805 (
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
|
PORTNAME= libassuan
PORTVERSION= 3.0.2
CATEGORIES= security devel
MASTER_SITES= GNUPG
MAINTAINER= jhale@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
WWW= https://gnupg.org/related_software/libassuan/index.en.html
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libgpg-error.so:security/libgpg-error
USES= libtool pathfix tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
INFO= assuan
.include <bsd.port.mk>
|