aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-qpsmtpd
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-04-30 22:12:26 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-04-30 22:12:26 +0000
commit43bcc606ee8c84f6db7645562062ffa923206484 (patch)
tree60e80816a32c1dae353257aa5800b9ca5ae09f49 /mail/p5-qpsmtpd
parent24e6cf3011a3af2c18c4d75d2e31995ec6d8b873 (diff)
downloadports-43bcc606ee8c84f6db7645562062ffa923206484.tar.gz
ports-43bcc606ee8c84f6db7645562062ffa923206484.zip
Notes
Diffstat (limited to 'mail/p5-qpsmtpd')
-rw-r--r--mail/p5-qpsmtpd/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile
index d15c774077f6..9c0c8ef115f5 100644
--- a/mail/p5-qpsmtpd/Makefile
+++ b/mail/p5-qpsmtpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qpsmtpd
PORTVERSION= 0.84
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= http://smtpd.develooper.com/files/
PKGNAMEPREFIX= p5-
@@ -16,7 +16,12 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API
RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
- ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
+
+OPTIONS = MODPERL "Enable Apache Support via mod_perl" On
+
+.ifdef WITH_MODPERL
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
+.endif
MAKE_JOBS_SAFE= yes