openbsd-ports/www/p5-LWP-Protocol-https/Makefile
2022-03-31 16:27:13 +00:00

22 lines
424 B
Makefile

COMMENT = adds support for https to p5-libwww
DISTNAME = LWP-Protocol-https-6.10
CATEGORIES = www net security
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = net/p5-Net-HTTP>=6 \
security/p5-IO-Socket-SSL>=1.54 \
security/p5-Mozilla-CA-Fake>=20110101 \
www/p5-libwww>=6.06
TEST_DEPENDS = devel/p5-Test-RequiresInternet
.include <bsd.port.mk>