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

(-)www/p5-WebService-Simple/Makefile (-3 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	WebService-Simple
4
PORTNAME=	WebService-Simple
5
PORTVERSION=	0.21
5
PORTVERSION=	0.24
6
PORTREVISION=	1
7
CATEGORIES=	www perl5
6
CATEGORIES=	www perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 11-20 Link Here
11
MAINTAINER=	markun@onohara.to
10
MAINTAINER=	markun@onohara.to
12
COMMENT=	Simple Interface To Web Services APIs
11
COMMENT=	Simple Interface To Web Services APIs
13
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
14
BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
16
BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
15
		p5-Class-Data-ConfigHash>=0:${PORTSDIR}/devel/p5-Class-Data-ConfigHash \
17
		p5-Class-Data-ConfigHash>=0:${PORTSDIR}/devel/p5-Class-Data-ConfigHash \
16
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
18
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
19
		p5-Hash-MultiValue>=0:${PORTSDIR}/devel/p5-Hash-MultiValue \
17
		p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
20
		p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
21
		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
18
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
22
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
19
		p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
23
		p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
20
		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
24
		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
Lines 24-30 Link Here
24
TEST_DEPENDS=	p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
28
TEST_DEPENDS=	p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
25
		p5-XML-Parser-Lite-Tree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
29
		p5-XML-Parser-Lite-Tree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
26
30
27
USE_PERL5=	configure
31
USE_PERL5=	modbuildtiny
28
USES=		perl5
32
USES=		perl5
29
33
30
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)www/p5-WebService-Simple/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (WebService-Simple-0.21.tar.gz) = 982b39ec10afcb82633c54d6a305676ee7644070da5609c9dd6525743a192a18
1
SHA256 (WebService-Simple-0.24.tar.gz) = 3618d54be03e225ca4ef53e7db13c5832db0e92f3563d6a1a03237fe7ca32b8b
2
SIZE (WebService-Simple-0.21.tar.gz) = 32795
2
SIZE (WebService-Simple-0.24.tar.gz) = 18335

Return to bug 197788