diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:50:13 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:50:13 +0000 |
commit | 5404a141012608e6364b49f251e9ad6d66b7043f (patch) | |
tree | 621c2fa73d9ad808b40d9217daed94e957f84a75 | |
parent | 21c12965ca375f4610337ab9841ceb06ddb9f3e9 (diff) |
mail/rspamd: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/rspamd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index cb5ce22bb655..f58fcedc1a74 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -15,10 +15,11 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ BUILD_DEPENDS= ragel:devel/ragel RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss -USES= cmake gnome perl5 pkgconfig sqlite ssl +USES= cmake cpe gnome perl5 pkgconfig sqlite ssl USE_LDCONFIG= yes USE_PERL5= build run USE_GNOME= glib20 +CPE_VENDOR= rspamd_project CONFLICTS_INSTALL= rspamd-devel |