19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= WordPress-XMLRPC
|
|
PORTVERSION= 1.23
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LEOCHARRE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl 5 API to WordPress XML-RPC services
|
|
|
|
BUILD_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|