summaryrefslogtreecommitdiff
path: root/net/p5-XML-RPC/Makefile
blob: 705f6bdb43b5032905d5626fd4f5ad94aa67cbd4 (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
26
# Created by: Denis Pokataev <catone@cpan.org>

PORTNAME=	XML-RPC
PORTVERSION=	1.1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Pure Perl implementation for an XML-RPC client and server

LICENSE=		ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
		p5-XML-TreePP>0:textproc/p5-XML-TreePP \
		p5-libwww>0:www/p5-libwww
RUN_DEPENDS=	p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
		p5-XML-TreePP>0:textproc/p5-XML-TreePP \
		p5-libwww>0:www/p5-libwww

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>