View | Details | Raw Unified | Return to bug 211438
Collapse All | Expand All

(-)p5-Net-HTTPS-Any/Makefile (-2 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net/p5-Net-HTTPS-Any/Makefile 412348 2016-04-01 14:17:44Z mat $
2
# $FreeBSD: head/net/p5-Net-HTTPS-Any/Makefile 412348 2016-04-01 14:17:44Z mat $
3
3
4
PORTNAME=	Net-HTTPS-Any
4
PORTNAME=	Net-HTTPS-Any
5
PORTVERSION=	0.10
5
PORTVERSION=	0.11
6
PORTREVISION=	1
7
CATEGORIES=	net perl5 www
6
CATEGORIES=	net perl5 www
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 11-21 Link Here
11
MAINTAINER=	tobez@FreeBSD.org
10
MAINTAINER=	tobez@FreeBSD.org
12
COMMENT=	Simple HTTPS class using whichever underlying SSL module is available
11
COMMENT=	Simple HTTPS class using whichever underlying SSL module is available
13
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
14
BUILD_DEPENDS=	p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \
16
BUILD_DEPENDS=	p5-Tie-IxHash>=0:devel/p5-Tie-IxHash \
15
		p5-URI>=0:net/p5-URI \
17
		p5-URI>=0:net/p5-URI \
16
		p5-Net-SSLeay>=1.30:security/p5-Net-SSLeay
18
		p5-Net-SSLeay>=1.30:security/p5-Net-SSLeay
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
20
21
NO_ARCH=	yes
19
USES=		perl5
22
USES=		perl5
20
USE_PERL5=	configure
23
USE_PERL5=	configure
21
24
(-)p5-Net-HTTPS-Any/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Net-HTTPS-Any-0.10.tar.gz) = b82be7407761807d5fd90cc13998c3d95550cd8974f776a8abbddafef4858d17
1
TIMESTAMP = 1469784413
2
SIZE (Net-HTTPS-Any-0.10.tar.gz) = 5457
2
SHA256 (Net-HTTPS-Any-0.11.tar.gz) = 4aa56b91941cbf618b0ee2fb634a50d04f0c38a47f8b772890f1ff031402fe4d
3
SIZE (Net-HTTPS-Any-0.11.tar.gz) = 6268

Return to bug 211438