diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:34 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:34 +0000 |
commit | 138b7cf9e84ce02077942a57e685c64ec3545021 (patch) | |
tree | d9233f78a59930de9698a072ab0ff30c2dc8af86 | |
parent | 3eee45835d79111e0a63e2c142bb52e47963bb69 (diff) | |
download | ports-138b7cf9e84ce02077942a57e685c64ec3545021.tar.gz ports-138b7cf9e84ce02077942a57e685c64ec3545021.zip |
mail/opendmarc: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/opendmarc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 0fcd517536f7..78958cec7459 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -23,7 +23,8 @@ LICENSE_GROUPS_SENDMAIL= FSF OSI LICENSE_NAME_SENDMAIL= Sendmail Open Source License LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= libtool perl5 shebangfix +USES= cpe libtool perl5 shebangfix +CPE_VENDOR= trusteddomain USE_LDCONFIG= yes USE_RC_SUBR= opendmarc |