mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Make mod_perl/apache optional
Requested by: Jochem Oosterveen <jochem@oosterveen.net> (via e-mail) With Hat: perl@
This commit is contained in:
parent
24e6cf3011
commit
43bcc606ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253484
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user