mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21 lines
463 B
Makefile
21 lines
463 B
Makefile
# Created by: Dominic Mitchell <dom@happygiraffe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RPC-XML
|
|
PORTVERSION= 0.78
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= XML-RPC client and server library for Perl
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= gmake perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|