aboutsummaryrefslogtreecommitdiff
path: root/mail/assp
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-18 13:49:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-18 13:49:02 +0000
commitb93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch)
treecb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /mail/assp
parent3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff)
downloadports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz
ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip
Notes
Diffstat (limited to 'mail/assp')
-rw-r--r--mail/assp/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index 6d5690bd85cd..01bc02bbf75e 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -33,7 +33,7 @@ SUB_LIST= ASSP_USER="${ASSP_USER}" ASSP_GROUP="${ASSP_GROUP}" \
USE_RC_SUBR= ${PORTNAME}
-OPTIONS_DEFINE= EMVALID LDAP SPF SRS SEND FBACKW ZLIB CLAMAV DNSBL MYSQL \
+OPTIONS_DEFINE= EMVALID LDAP SPF SRS SEND FBACKW CLAMAV DNSBL MYSQL \
MATCHRE SENDERB MIMEMOD SSL IPV6
EMVALID_DESC= RFC822 recipient address validator
@@ -42,7 +42,6 @@ SPF_DESC= SPF validation of client IP
SRS_DESC= Sender Rewriting Scheme
SEND_DESC= Resending .eml files
FBACKW_DESC= File Reading Backwards
-ZLIB_DESC= HTTP Header Compression on Admin Interface
CLAMAV_DESC= ClamAV virus scanner
DNSBL_DESC= DNS block list checking
MYSQL_DESC= Use MySQL db to store white/red/delaylists
@@ -52,7 +51,7 @@ MIMEMOD_DESC= Multiple Attachement detection
SSL_DESC= SSL secure sockets support
IPV6_DESC= IPv6 sockets support
-OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW ZLIB CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL IPV6
+OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL IPV6
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.99_13107_install/${PORTNAME:U}
@@ -86,12 +85,6 @@ RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send
RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:${PORTSDIR}/devel/p5-File-ReadBackwards
.endif
-.if ${PORT_OPTIONS:MZLIB}
-. if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.052:${PORTSDIR}/archivers/p5-IO-Compress
-. endif
-.endif
-
.if ${PORT_OPTIONS:MCLAMAV}
RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:${PORTSDIR}/security/p5-File-Scan-ClamAV
PLIST_SUB+= ASSP_CLAMAV=""