diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
commit | ddcc0de9218039c78eb34c7bc64fadb4dfe7a707 (patch) | |
tree | bee4ba075b3a0b4d3276fe1e92c704118abdbfe3 /japanese/p5-Mail-SpamAssassin | |
parent | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (diff) |
Notes
Diffstat (limited to 'japanese/p5-Mail-SpamAssassin')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index 674b0130b907..9e7ca17a0574 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= japanese mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${PATCH_SITES} @@ -28,10 +29,8 @@ COMMENT= SpamAssassin with Japanese tokenizer BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-Archive-Tar>=1.23:${PORTSDIR}/archivers/p5-Archive-Tar \ p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-Compress-Zlib \ p5-IO-Zlib>=1.04:${PORTSDIR}/archivers/p5-IO-Zlib \ p5-HTML-Parser>=3.43:${PORTSDIR}/www/p5-HTML-Parser \ - p5-IO-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-IO-Compress-Zlib \ p5-Test-Harness>=3.16:${PORTSDIR}/devel/p5-Test-Harness \ ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Encode/Detect.pm:${PORTSDIR}/converters/p5-Encode-Detect \ @@ -72,6 +71,10 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.endi + .if defined (WITH_SPAMC) CONFIGURE_ARGS+= BUILD_SPAMC=yes .else |