aboutsummaryrefslogtreecommitdiff
path: root/net/p5-XMLRPC-Lite
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-12-11 05:13:59 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-12-11 05:13:59 +0000
commit881676c3ccdcee3d35695fa0abf4c3d6d2761c7a (patch)
tree7ff76f631aa5171c7c45dbc5702bdec05b4d243c /net/p5-XMLRPC-Lite
parent9eb60a3586ef6c334d502d163efafaa5fc892719 (diff)
downloadports-881676c3ccdcee3d35695fa0abf4c3d6d2761c7a.tar.gz
ports-881676c3ccdcee3d35695fa0abf4c3d6d2761c7a.zip
Notes
Diffstat (limited to 'net/p5-XMLRPC-Lite')
-rw-r--r--net/p5-XMLRPC-Lite/Makefile29
-rw-r--r--net/p5-XMLRPC-Lite/distinfo2
-rw-r--r--net/p5-XMLRPC-Lite/pkg-descr6
-rw-r--r--net/p5-XMLRPC-Lite/pkg-plist12
4 files changed, 49 insertions, 0 deletions
diff --git a/net/p5-XMLRPC-Lite/Makefile b/net/p5-XMLRPC-Lite/Makefile
new file mode 100644
index 000000000000..23706a026863
--- /dev/null
+++ b/net/p5-XMLRPC-Lite/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= XMLRPC-Lite
+PORTVERSION= 0.717
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vivek@khera.org
+COMMENT= XMLRPC::Lite - Client and server side XMLRPC implementation
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-SOAP-Lite>=1.11:${PORTSDIR}/net/p5-SOAP-Lite
+
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+CONFIGURE_ARGS= --noprompt
+INSTALL_TARGET= pure_install
+USE_PERL5= configure
+USES= perl5
+NO_ARCH= yes
+
+#pre-install: test
+
+perl_OLD_CMD= .*perl
+
+.include <bsd.port.mk>
diff --git a/net/p5-XMLRPC-Lite/distinfo b/net/p5-XMLRPC-Lite/distinfo
new file mode 100644
index 000000000000..22c02e237b53
--- /dev/null
+++ b/net/p5-XMLRPC-Lite/distinfo
@@ -0,0 +1,2 @@
+SHA256 (XMLRPC-Lite-0.717.tar.gz) = 3a9fa5f2cb1faf8b7c66b4c386eab35cac6088afc4dbc757d4f77d284dab4524
+SIZE (XMLRPC-Lite-0.717.tar.gz) = 10276
diff --git a/net/p5-XMLRPC-Lite/pkg-descr b/net/p5-XMLRPC-Lite/pkg-descr
new file mode 100644
index 000000000000..0d2674718929
--- /dev/null
+++ b/net/p5-XMLRPC-Lite/pkg-descr
@@ -0,0 +1,6 @@
+XMLRPC::Lite is a collection of Perl modules which provides a simple interface
+to the XML-RPC Protocol (XML-RPC) both on client and server side. Based on
+SOAP::Lite module, it gives you access to all features and transports
+available in that module.
+
+WWW: http://search.cpan.org/dist/XMLRPC-Lite/
diff --git a/net/p5-XMLRPC-Lite/pkg-plist b/net/p5-XMLRPC-Lite/pkg-plist
new file mode 100644
index 000000000000..c2155ad31014
--- /dev/null
+++ b/net/p5-XMLRPC-Lite/pkg-plist
@@ -0,0 +1,12 @@
+%%PERL5_MAN3%%/Apache::XMLRPC::Lite.3.gz
+%%PERL5_MAN3%%/XMLRPC::Lite.3.gz
+%%PERL5_MAN3%%/XMLRPC::Test.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::HTTP.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::POP3.3.gz
+%%PERL5_MAN3%%/XMLRPC::Transport::TCP.3.gz
+%%SITE_PERL%%/Apache/XMLRPC/Lite.pm
+%%SITE_PERL%%/XMLRPC/Lite.pm
+%%SITE_PERL%%/XMLRPC/Test.pm
+%%SITE_PERL%%/XMLRPC/Transport/HTTP.pm
+%%SITE_PERL%%/XMLRPC/Transport/POP3.pm
+%%SITE_PERL%%/XMLRPC/Transport/TCP.pm