aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-04-14 16:24:06 +0800
committerrobak <robak@FreeBSD.org>2015-04-14 16:24:06 +0800
commitc487991e2203513d50985a6c98ea216751391e5c (patch)
tree92b7116b9dd7a422cfe3acdc833c05db6bcb5e3f
parent9ecbe5e036b310d811db1596fba3e8914ee25555 (diff)
downloadfreebsd-ports-gnome-c487991e2203513d50985a6c98ea216751391e5c.tar.gz
freebsd-ports-gnome-c487991e2203513d50985a6c98ea216751391e5c.tar.zst
freebsd-ports-gnome-c487991e2203513d50985a6c98ea216751391e5c.zip
security/gnupg1: add CPE information
- Maintainer's timeout (kuriyama@FreeBSD.org) PR: 198850 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r--security/gnupg1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 6d98172e9c39..6c2d31f95c28 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -13,8 +13,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
-USES= charsetfix gmake tar:bzip2
+USES= charsetfix cpe gmake tar:bzip2
GNU_CONFIGURE= YES
+CPE_VENDOR= gnupg
.if ${MACHINE_CPU:Mi586}
MACHINE_ARCH= i586
.endif