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

(-)Makefile (+8 lines)
Lines 19-24 Link Here
19
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
19
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
20
		p5-URI>=0:${PORTSDIR}/net/p5-URI
20
		p5-URI>=0:${PORTSDIR}/net/p5-URI
21
21
22
OPTIONS=	SSL	"Enable https supporrt" off
23
24
.include <bsd.port.options.mk>
25
26
.if defined(WITH_SSL)
27
RUN_DEPENDS+=	p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
28
.endif
29
22
PERL_CONFIGURE=	yes
30
PERL_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--aliases
31
CONFIGURE_ARGS=	--aliases

Return to bug 151089