pkgsrc/net/p5-XMLRPC-Lite/Makefile

22 lines
601 B
Makefile
Raw Normal View History

2022-06-28 13:30:51 +02:00
# $NetBSD: Makefile,v 1.12 2022/06/28 11:35:18 wiz Exp $
DISTNAME= XMLRPC-Lite-0.717
PKGNAME= p5-${DISTNAME}
2022-06-28 13:30:51 +02:00
PKGREVISION= 6
CATEGORIES= net perl5
2020-09-08 15:16:33 +02:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PH/PHRED/}
MAINTAINER= pkgsrc-users@NetBSD.org
2020-09-08 15:09:53 +02:00
HOMEPAGE= https://metacpan.org/pod/XMLRPC::Lite
COMMENT= Client and server implementation of XML-RPC protocol
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
PERL5_PACKLIST= auto/XMLRPC-Lite/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"