mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
564 B
Makefile
29 lines
564 B
Makefile
COMMENT = provide https support for p5-libwww
|
|
|
|
DISTNAME = LWP-Protocol-https-6.15
|
|
CPAN_AUTHOR = OALDERS
|
|
|
|
CATEGORIES = www net security
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = net/p5-Net-HTTP>=6 \
|
|
security/p5-IO-Socket-SSL>=1.970 \
|
|
www/p5-libwww>=6.06
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Needs>=0.002010 \
|
|
devel/p5-Test-RequiresInternet \
|
|
devel/p5-Try-Tiny \
|
|
sysutils/p5-Capture-Tiny>=0.48 \
|
|
sysutils/p5-File-Which \
|
|
www/p5-HTTP-Message
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|