aboutsummaryrefslogtreecommitdiff
path: root/security/libassuan
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-05-11 19:51:24 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-05-11 19:51:24 +0000
commite2b965f9ffc42b54a83eaf87d3d766b9a26211cd (patch)
tree44c56486ff1a589fa299e808014b6f8bd2800e41 /security/libassuan
parent19324dd072425855fc62817f0dad0568022b0279 (diff)
downloadports-e2b965f9ffc42b54a83eaf87d3d766b9a26211cd.tar.gz
ports-e2b965f9ffc42b54a83eaf87d3d766b9a26211cd.zip
Notes
Diffstat (limited to 'security/libassuan')
-rw-r--r--security/libassuan/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index 24952f390234..eb144eeba20f 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -10,8 +10,10 @@ PORTVERSION= 1.0.5
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dougb@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
@@ -28,4 +30,7 @@ CFLAGS+= -I${LOCALBASE}/include/pth
CFLAGS+= -fPIC
.endif
+verify: checksum
+ gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig
+
.include <bsd.port.post.mk>