git: dede40316e51 - main - mail/imapfilter: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:44:48 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=dede40316e51e33c1c9fc52849d5d656cbc28570 commit dede40316e51e33c1c9fc52849d5d656cbc28570 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:24:49 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:24:49 +0000 mail/imapfilter: Add CPE information Approved by: portmgr (blanket) --- mail/imapfilter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}