freebsd-ports/www/p5-WordPress-XMLRPC/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
540 B
Makefile

PORTNAME= WordPress-XMLRPC
PORTVERSION= 2.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IGIBBS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl 5 API to WordPress XML-RPC services
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite \
p5-XMLRPC-Lite>=0:net/p5-XMLRPC-Lite
TEST_DEPENDS= p5-Smart-Comments>=0:devel/p5-Smart-Comments \
p5-YAML>=0:textproc/p5-YAML
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>