diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-21 13:37:55 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-21 13:37:55 +0000 |
commit | 9376a6297f65fd64d8a0838c1d7cd90e46944032 (patch) | |
tree | 44039be6db980ce4a9d97b0c8cbb713cb018b4b1 /mail/p5-Mail-SPF-Query | |
parent | 651aafb412893d5bd20dc901e620861f401778f6 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-SPF-Query')
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 13 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/distinfo | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index 4ccc89771e48..7cb25f433827 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-SPF-Query -PORTVERSION= 1.997 +PORTVERSION= 1.999.1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -18,11 +18,18 @@ COMMENT= Query Sender Permitted From for an IP,email,helo 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 \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAN1= spfd.1 spfquery.1 MAN3= Mail::SPF::Query.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or above +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo index 6a8bbb522fd9..6f22ab070d92 100644 --- a/mail/p5-Mail-SPF-Query/distinfo +++ b/mail/p5-Mail-SPF-Query/distinfo @@ -1,3 +1,3 @@ -MD5 (Mail-SPF-Query-1.997.tar.gz) = 9e110d00520e0fe174c25c0734a8baf6 -SHA256 (Mail-SPF-Query-1.997.tar.gz) = 637bca588749e83546af0c85d1b8b53a17138297c5b323784e35377b176ed2be -SIZE (Mail-SPF-Query-1.997.tar.gz) = 49645 +MD5 (Mail-SPF-Query-1.999.1.tar.gz) = 6d62d024d1614fa1fa4f43bd39ee7bf0 +SHA256 (Mail-SPF-Query-1.999.1.tar.gz) = bc6409845e13f0f24611575f00e1d744a9272b0fced70b6616a4413aace7b59f +SIZE (Mail-SPF-Query-1.999.1.tar.gz) = 55342 |