[Midnightbsd-cvs] mports [21535] trunk/mail/p5-Mail-SPF-Query/Makefile: change depends style for dns

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 5 20:41:16 EDT 2016


Revision: 21535
          http://svnweb.midnightbsd.org/mports/?rev=21535
Author:   laffer1
Date:     2016-08-05 20:41:16 -0400 (Fri, 05 Aug 2016)
Log Message:
-----------
change depends style for dns

Modified Paths:
--------------
    trunk/mail/p5-Mail-SPF-Query/Makefile

Modified: trunk/mail/p5-Mail-SPF-Query/Makefile
===================================================================
--- trunk/mail/p5-Mail-SPF-Query/Makefile	2016-08-06 00:39:07 UTC (rev 21534)
+++ trunk/mail/p5-Mail-SPF-Query/Makefile	2016-08-06 00:41:16 UTC (rev 21535)
@@ -8,9 +8,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Query Sender Permitted From for an IP,email,helo
-LICENSE=	perl
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS \
 		${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \
 		${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
 		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
@@ -20,7 +22,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN1=		spfd.1 spfquery.1
-MAN3=		Mail::SPF::Query.3
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list