diff options
author | dougb <dougb@FreeBSD.org> | 2010-05-12 03:51:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-05-12 03:51:24 +0800 |
commit | e1032d733f0342794403b052fbe9a872abf7c7c5 (patch) | |
tree | eb73370704e5205d2f28e1f8170dd3425339cdd9 /security/libassuan/Makefile | |
parent | d80f01219c2f08b292b68b376e448c1d40598b17 (diff) | |
download | freebsd-ports-gnome-e1032d733f0342794403b052fbe9a872abf7c7c5.tar.gz freebsd-ports-gnome-e1032d733f0342794403b052fbe9a872abf7c7c5.tar.zst freebsd-ports-gnome-e1032d733f0342794403b052fbe9a872abf7c7c5.zip |
Adopt the orphan, add the verify target for the PGP signature
Diffstat (limited to 'security/libassuan/Makefile')
-rw-r--r-- | security/libassuan/Makefile | 7 |
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> |