diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-01 16:47:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-01 16:47:57 +0000 |
commit | 1277dbaff7d34f278d31f8fa077f2fb7762ec1c0 (patch) | |
tree | ab96419b39864f7752030e84c36939e49ba4ecca | |
parent | Mark BROKEN: does not build. (diff) |
Perl module to interract to a wordpress blog's xmlrpc.php file.
WWW: http://search.cpan.org/dist/WordPress-XMLRPC/
PR: ports/132013
Submitted by: bapt <baptiste.daroussin at gmail.com>
Notes
Notes:
svn path=/head/; revision=229285
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WordPress-XMLRPC/Makefile | 28 | ||||
-rw-r--r-- | www/p5-WordPress-XMLRPC/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WordPress-XMLRPC/pkg-descr | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cafb8e1a4615..2d8f36d9a1ce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1114,6 +1114,7 @@ SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube + SUBDIR += p5-WordPress-XMLRPC SUBDIR += p5-Xango SUBDIR += p5-Yahoo-Lifestyle SUBDIR += p5-Yahoo-Search diff --git a/www/p5-WordPress-XMLRPC/Makefile b/www/p5-WordPress-XMLRPC/Makefile new file mode 100644 index 000000000000..f918d2c94332 --- /dev/null +++ b/www/p5-WordPress-XMLRPC/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-WordPress-XMLRPC +# Date created: 2009-02-23 +# Whom: bapt <baptiste.daroussin@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= WordPress-XMLRPC +PORTVERSION= 1.18 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/L/LE/LEOCHARRE +PKGNAMEPREFIX= p5- + +MAINTAINER= baptiste.daroussin@gmail.com +COMMENT= Perl 5 API to WordPress XML-RPC services + +BUILD_DEPENDS+= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite + +PERL_CONFIGURE= yes +MAN3= WordPress::XMLRPC.3 +PLIST_FILES= %%SITE_PERL%%/WordPress/XMLRPC.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordPress/XMLRPC/.packlist +PLIST_DIRS= %%SITE_PERL%%/WordPress \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordPress/XMLRPC \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/WordPress \ + +.include <bsd.port.mk> diff --git a/www/p5-WordPress-XMLRPC/distinfo b/www/p5-WordPress-XMLRPC/distinfo new file mode 100644 index 000000000000..f0b1bb0fb4d5 --- /dev/null +++ b/www/p5-WordPress-XMLRPC/distinfo @@ -0,0 +1,3 @@ +MD5 (WordPress-XMLRPC-1.18.tar.gz) = 959b39284520b953259732179ed2e614 +SHA256 (WordPress-XMLRPC-1.18.tar.gz) = cbd11f1eb7c80369ed10485372a20b02e4c9328be9abae7c5bf3d7a31f743af0 +SIZE (WordPress-XMLRPC-1.18.tar.gz) = 47168 diff --git a/www/p5-WordPress-XMLRPC/pkg-descr b/www/p5-WordPress-XMLRPC/pkg-descr new file mode 100644 index 000000000000..89d5495dbef2 --- /dev/null +++ b/www/p5-WordPress-XMLRPC/pkg-descr @@ -0,0 +1,3 @@ +Perl module to interract to a wordpress blog's xmlrpc.php file. + +WWW: http://search.cpan.org/dist/WordPress-XMLRPC/ |