summaryrefslogtreecommitdiff
path: root/www/p5-Protocol-XMLRPC/Makefile
blob: e208e160597ade4fa80c9521d3890d87181a60b6 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	p5-Protocol-XMLRPC
# Date created:		2011-09-24
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Protocol-XMLRPC
PORTVERSION=	0.10
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VTI
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML-RPC implementation

BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML

PERL_CONFIGURE=	yes

MAN3=		Protocol::XMLRPC.3 \
		Protocol::XMLRPC::Client.3 \
		Protocol::XMLRPC::Method.3 \
		Protocol::XMLRPC::MethodCall.3 \
		Protocol::XMLRPC::MethodResponse.3 \
		Protocol::XMLRPC::Value.3 \
		Protocol::XMLRPC::Value::Array.3 \
		Protocol::XMLRPC::Value::Base64.3 \
		Protocol::XMLRPC::Value::Boolean.3 \
		Protocol::XMLRPC::Value::DateTime.3 \
		Protocol::XMLRPC::Value::Double.3 \
		Protocol::XMLRPC::Value::Integer.3 \
		Protocol::XMLRPC::Value::String.3 \
		Protocol::XMLRPC::Value::Struct.3 \
		Protocol::XMLRPC::ValueFactory.3

.include <bsd.port.mk>