aboutsummaryrefslogtreecommitdiff
path: root/mail/imapfilter
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:24:49 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:24:49 +0000
commitdede40316e51e33c1c9fc52849d5d656cbc28570 (patch)
tree982dfbdd19504939afebb752b2a0d112b1490327 /mail/imapfilter
parentcb3fe262a8d5fe7adf54ab6d20d576eaf4bb9605 (diff)
downloadports-dede40316e51e33c1c9fc52849d5d656cbc28570.tar.gz
ports-dede40316e51e33c1c9fc52849d5d656cbc28570.zip
mail/imapfilter: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/imapfilter')
-rw-r--r--mail/imapfilter/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile
index 09e3095d9e36..354b57ecb623 100644
--- a/mail/imapfilter/Makefile
+++ b/mail/imapfilter/Makefile
@@ -12,7 +12,9 @@ LICENSE= MIT
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
-USES= lua ssl
+USES= cpe lua ssl
+
+CPE_VENDOR= imapfilter_project
CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR}
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}