forked from Lainports/freebsd-ports
28 lines
678 B
Makefile
28 lines
678 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= LWP-Protocol-https
|
|
PORTVERSION= 6.10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide https support for LWP::UserAgent
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=1.54:security/p5-IO-Socket-SSL \
|
|
p5-Mozilla-CA>=20180117:www/p5-Mozilla-CA \
|
|
p5-Net-HTTP>=6:net/p5-Net-HTTP \
|
|
p5-libwww>=6.06:www/p5-libwww
|
|
TEST_DEPENDS= p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|