Remove HTTPS option

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-02-25 04:22:39 +00:00
parent 00fb098d78
commit cfc8fd96f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434761

View file

@ -4,6 +4,7 @@
PORTNAME= libwww
PORTVERSION= 6.21
DISTVERSIONPREFIX= perl-
PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OALDERS
@ -34,14 +35,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
OPTIONS_DEFINE= HTTPS
CONFIGURE_ARGS= --aliases
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
HTTPS_BUILD_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
HTTPS_RUN_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
.include <bsd.port.mk>