1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/libassuan/Makefile
Jason E. Hale 586ff04921 Update to 2.5.1
PR:		224489
Submitted by:	adamw
2017-12-20 23:57:50 +00:00

26 lines
477 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTNAME= libassuan
PORTVERSION= 2.5.1
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>