View | Details | Raw Unified | Return to bug 105692
Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 22-29 Link Here
22
		${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
22
		${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
23
RUN_DEPENDS=	${BUILD_DEPENDS} \
23
RUN_DEPENDS=	${BUILD_DEPENDS} \
24
		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
24
		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
25
		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
25
		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
26
		gpg:${PORTSDIR}/security/gnupg
27
26
28
PERL_CONFIGURE=	yes
27
PERL_CONFIGURE=	yes
29
CONFIGURE_ARGS=	SYSCONFDIR="${PREFIX}/etc" \
28
CONFIGURE_ARGS=	SYSCONFDIR="${PREFIX}/etc" \
Lines 36-41 Link Here
36
OPTIONS=	AS_ROOT "Run spamd as root (recommended)" on \
35
OPTIONS=	AS_ROOT "Run spamd as root (recommended)" on \
37
		DOMAINKEYS "DomainKeys support" off \
36
		DOMAINKEYS "DomainKeys support" off \
38
		SSL "Build with SSL support for spamd/spamc" on \
37
		SSL "Build with SSL support for spamd/spamc" on \
38
		GNUPG "Install GnuPG (for sa-update)" on \
39
		MYSQL "Add MySQL support" off \
39
		MYSQL "Add MySQL support" off \
40
		PGSQL "Add PostreSQL support" off \
40
		PGSQL "Add PostreSQL support" off \
41
		RAZOR "Add Vipul's Razor support" on \
41
		RAZOR "Add Vipul's Razor support" on \
Lines 60-65 Link Here
60
CONFIGURE_ARGS+=	ENABLE_SSL=no
60
CONFIGURE_ARGS+=	ENABLE_SSL=no
61
.endif
61
.endif
62
62
63
.if !defined(WITHOUT_GNUPG)
64
RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
65
.endif
66
63
.if defined(WITH_MYSQL)
67
.if defined(WITH_MYSQL)
64
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
68
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
65
.endif
69
.endif

Return to bug 105692