freebsd-ports/www/p5-WordPress-XMLRPC/Makefile
Martin Wilke 1277dbaff7 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>
2009-03-01 16:47:57 +00:00

28 lines
791 B
Makefile

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