Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 18:03:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565571 - head/dns/p5-Net-DNSBL-Statistics
Message-ID:  <202102171803.11HI3hk3084818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 17 18:03:43 2021
New Revision: 565571
URL: https://svnweb.freebsd.org/changeset/ports/565571

Log:
  Update LICENSE and add LICENSE_FILE

Modified:
  head/dns/p5-Net-DNSBL-Statistics/Makefile

Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile
==============================================================================
--- head/dns/p5-Net-DNSBL-Statistics/Makefile	Wed Feb 17 18:03:37 2021	(r565570)
+++ head/dns/p5-Net-DNSBL-Statistics/Makefile	Wed Feb 17 18:03:43 2021	(r565571)
@@ -11,16 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Gather DNSBL Statistics
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/GPL
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Net-DNS-Codes>=0.09:dns/p5-Net-DNS-Codes \
 		p5-Net-DNS-ToolKit>=0.41:dns/p5-Net-DNS-ToolKit \
 		p5-Net-DNSBL-MultiDaemon>=0.26:dns/p5-Net-DNSBL-MultiDaemon
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171803.11HI3hk3084818>