mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Revert all changes made to p5-Mail-SpamAssassin/Makefile [1]
- This closed pr's ports/165924 [2] and ports/165935 [3] - No PORTREVISION bump PR: ports/165605 [1] Submitted by: scheidell (me) [1] Reported by: Alexey Markov <redrat@mail.ru> [2], Helge Oldach <ports-mail-spamass@oldach.net> [3] Feature safe: yes
This commit is contained in:
parent
577fce0c18
commit
cbaaba0909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293125
@ -65,6 +65,16 @@ USE_OPENSSL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500903
|
||||
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Archive-Tar>=1.23:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
p5-IO-Zlib>=1.04:${PORTSDIR}/archivers/p5-IO-Zlib \
|
||||
p5-Test-Harness>=3.16:${PORTSDIR}/devel/p5-Test-Harness
|
||||
.endif
|
||||
|
||||
.if defined (WITH_SPAMC)
|
||||
CONFIGURE_ARGS+= BUILD_SPAMC=yes
|
||||
.else
|
||||
@ -104,7 +114,15 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RAZOR)
|
||||
RUN_DEPENDS+= razor-agents>=2.84:${PORTSDIR}/mail/razor-agents
|
||||
.else
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
.if !defined(WITH_DKIM)
|
||||
RUN_DEPENDS+= p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DKIM)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
|
Loading…
Reference in New Issue
Block a user