1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

mail/qmail-contrib: use USES=metaport

LICENSE=NONE confuses the license framework and makes it ask the user to
accept the empty license.  Add USES=metaport which makes it pick up the
NA license defined therein.  Then get rid of the various variables we
already set in USES=metaport.

MFH:		2024Q4.
This commit is contained in:
Robert Clausecker 2024-10-25 13:24:55 +02:00
parent ba183df93e
commit 990a3dcfb5

View File

@ -1,20 +1,15 @@
PORTNAME= qmail-contrib
PORTVERSION= 0.1
PORTREVISION= 4
DISTVERSION= 0.1
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= # not applicable
DISTFILES= # not applicable
MAINTAINER= ports@FreeBSD.org
COMMENT= Meta-port of contributed programs for qmail
LICENSE= NONE # purely a meta-port
WWW= https://cr.yp.to/mail.html
RUN_DEPENDS= dot-forward:mail/dot-forward \
fastforward:mail/fastforward
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
USES= metaport
.include <bsd.port.mk>