diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:26:41 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:26:41 +0000 |
commit | fad047d1db5c575eb15ef59340279f5dff7458dc (patch) | |
tree | 6ea5496e0d31bcbb0f08259ea09dc6e19b8c1481 /mail/msmtp | |
parent | e568e4d665e94d44ca1d64bf8d7f7701a565da13 (diff) |
mail/msmtp: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index c3bd2c3f59fd..8894154a704c 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -11,10 +11,11 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= gmake makeinfo pkgconfig tar:xz +USES= cpe gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INFO= msmtp +INFO= msmtp +CPE_VENDOR= marlam OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPD MSMTPQ OPTIONS_RADIO= TLS |