[Midnightbsd-cvs] mports: Makefile: CPAN site change, remove perl 5.6 check..
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 19 13:49:32 EDT 2008
Log Message:
-----------
CPAN site change, remove perl 5.6 check.. we only have 5.8 and 5.10
Modified Files:
--------------
mports/mail/p5-Mail-SPF-Query:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/p5-Mail-SPF-Query/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L mail/p5-Mail-SPF-Query/Makefile -L mail/p5-Mail-SPF-Query/Makefile -u -r1.1 -r1.2
--- mail/p5-Mail-SPF-Query/Makefile
+++ mail/p5-Mail-SPF-Query/Makefile
@@ -9,12 +9,12 @@
PORTNAME= Mail-SPF-Query
PORTVERSION= 1.999.1
CATEGORIES= mail perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Mail
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
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 \
${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \
@@ -27,10 +27,4 @@
MAN1= spfd.1 spfquery.1
MAN3= Mail::SPF::Query.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or above
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list