aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-LWP-Protocol-https/Makefile
blob: 51b1ef30a8fa142be48f7c6390a7b01d112268b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   LWP-Protocol-https
PORTVERSION=    6.04
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Provide https support for LWP::UserAgent

# We remove p5-libwww here to avoid cyclic dependency
BUILD_DEPENDS=  p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \
        p5-Mozilla-CA>=20110101:${PORTSDIR}/www/p5-Mozilla-CA \
        p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PERL5=  configure
USES=       perl5

MAN3=       LWP::Protocol::https.3

NO_STAGE=   yes
.include <bsd.port.mk>