From e1032d733f0342794403b052fbe9a872abf7c7c5 Mon Sep 17 00:00:00 2001 From: dougb Date: Tue, 11 May 2010 19:51:24 +0000 Subject: Adopt the orphan, add the verify target for the PGP signature --- security/libassuan/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security/libassuan') 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 -- cgit