diff options
author | mm <mm@FreeBSD.org> | 2010-09-21 19:36:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-09-21 19:36:12 +0800 |
commit | d5ab45be7f10307fb8225d2f75b4904b1cb9e8b9 (patch) | |
tree | 352aa31d2a3ef970f7d381be851714fbc234e8cb /japanese | |
parent | 387593f011f7eb163734a44cf226ec0b1e240b8b (diff) | |
download | freebsd-ports-gnome-d5ab45be7f10307fb8225d2f75b4904b1cb9e8b9.tar.gz freebsd-ports-gnome-d5ab45be7f10307fb8225d2f75b4904b1cb9e8b9.tar.zst freebsd-ports-gnome-d5ab45be7f10307fb8225d2f75b4904b1cb9e8b9.zip |
- Fix typo from last commit
- Explicitly depend on SHA only if Perl < 5.10
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index 9e7ca17a0574..1a91a6204463 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -73,7 +73,7 @@ USE_OPENSSL= yes .if ${PERL_LEVEL} < 500903 RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endi +.endif .if defined (WITH_SPAMC) CONFIGURE_ARGS+= BUILD_SPAMC=yes @@ -126,7 +126,9 @@ BUILD_DEPENDS+= p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 .if defined(WITH_DKIM) BUILD_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL +. if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA +. endif BUILD_DEPENDS+= p5-Mail-DKIM>=0.37:${PORTSDIR}/mail/p5-Mail-DKIM BUILD_DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA .endif |