git: 78e0d8ab6556 - main - mail/masqmail: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 29 20:02:26 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=78e0d8ab6556955563e2d213a8029ca8a8fe93f4

commit 78e0d8ab6556955563e2d213a8029ca8a8fe93f4
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-29 19:44:45 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-29 19:44:45 +0000

    mail/masqmail: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 mail/masqmail/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/masqmail/Makefile b/mail/masqmail/Makefile
index 65ef1be06f04..5e989eeab621 100644
--- a/mail/masqmail/Makefile
+++ b/mail/masqmail/Makefile
@@ -11,12 +11,13 @@ COMMENT=	Mail server for hosts, not permanently connected to the internet
 LICENSE=	GPLv2
 
 USE_GNOME=	glib20
-USES=		gnome pkgconfig
+USES=		cpe gnome pkgconfig
 USE_RC_SUBR=	masqmail
 GNU_CONFIGURE=	yes
 CFLAGS+=	-Wno-trigraphs
 CONFIGURE_ARGS=	--with-user=mailnull --with-group=mail \
 		--with-confdir=${ETCDIR} --with-logdir=/var/log/masqmail
+CPE_VENDOR=	marmaro
 
 OPTIONS_DEFINE=	RESOLVER AUTH DEBUG DOCS
 OPTIONS_DEFAULT=	RESOLVER AUTH


More information about the dev-commits-ports-main mailing list