mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
26 lines
577 B
Makefile
26 lines
577 B
Makefile
# Created by: Denis Pokataev <catone@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-RPC
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= catone@cpan.org
|
|
COMMENT= Pure Perl implementation for an XML-RPC client and server
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= XML::RPC.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|