aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-HTTPS-Any/Makefile
blob: d9b05388ce5a8d2313d97b4528e9dd9e78f7ac91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-HTTPS-Any
PORTVERSION=	0.10
PORTREVISION=	1
CATEGORIES=	net perl5 www
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Simple HTTPS class using whichever underlying SSL module is available

BUILD_DEPENDS=	p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>