aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-07-24 19:24:22 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-07-24 19:24:22 +0000
commitae95c0833cad2800885c0727a6d5507d29991686 (patch)
treeb8f872dcfbfbd83f75cdb7f67527f0b6f41a466a /mail
parente859d6a9bfc7f87c789ac85e63d838640e6e18ff (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-qpsmtpd/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile
index b5c243dcf571..946b6cf9c3b6 100644
--- a/mail/p5-qpsmtpd/Makefile
+++ b/mail/p5-qpsmtpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qpsmtpd
PORTVERSION= 0.84
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail perl5
MASTER_SITES= http://smtpd.develooper.com/files/
PKGNAMEPREFIX= p5-
@@ -25,9 +25,13 @@ BUILD_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS:= ${BUILD_DEPENDS}
-OPTIONS = MODPERL "Enable Apache Support via mod_perl" On
+OPTIONS_DEFINE= MODPERL
+OPTIONS_DEFAULT=MODPERL
+MOD_PERL_DESC= "Apache Support via mod_perl"
-.ifdef WITH_MODPERL
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MMODPERL}
USE_APACHE= 20+
RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
.endif