diff options
author | jadawin <jadawin@FreeBSD.org> | 2010-10-07 22:21:53 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2010-10-07 22:21:53 +0800 |
commit | de0d7a0bbb3ab8c1fb89b12b06e76470d5446f0f (patch) | |
tree | bdfe1a2783ab67a746d9cc3996e5d1845bd53a70 /www/p5-libwww | |
parent | b91f5ba8e1f6bff6bd5b373e4a966d122e061972 (diff) | |
download | freebsd-ports-gnome-de0d7a0bbb3ab8c1fb89b12b06e76470d5446f0f.tar.gz freebsd-ports-gnome-de0d7a0bbb3ab8c1fb89b12b06e76470d5446f0f.tar.zst freebsd-ports-gnome-de0d7a0bbb3ab8c1fb89b12b06e76470d5446f0f.zip |
- Crypt::SSLeay required for https
PR: ports/151089
Submitted by: pgollucci@
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index a62805ac5f3b..bbeffe04193c 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -19,6 +19,14 @@ COMMENT= Perl5 library for WWW access RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=0:${PORTSDIR}/net/p5-URI +OPTIONS= SSL "Enable https support" off + +.include <bsd.port.options.mk> + +.if defined(WITH_SSL) +RUN_DEPENDS+= p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay +.endif + PERL_CONFIGURE= yes CONFIGURE_ARGS= --aliases |