head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.19.09.13.25;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.23.19.45.40;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Protocol-XMLRPC
# Date created:		2011-09-24
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Protocol-XMLRPC/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.2
log
@- Update to 0.10

Changes:	http://search.cpan.org/dist/Protocol-XMLRPC/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- Add p5-Protocol-XMLRPC 0.09

Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types
are guessed just like in JSON, but you can pass explicit type if guessing is
wrong for you. Read more about parameter creation at
Protocol::XMLRPC::ValueFactory.

It differs from other modules because it doesn't provide any mechanism for
making actual HTTP requests. This way it can be used either in async or sync
modes with your favorite http client or a web framework.

WWW: http://search.cpan.org/dist/Protocol-XMLRPC/
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@

