2001-03-08 13:49:38 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: p5-Frontier-RPC
|
|
|
|
# Date created: Mar 8, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Frontier-RPC
|
2006-07-01 16:02:52 +00:00
|
|
|
PORTVERSION= 0.07.b4
|
2001-03-08 13:49:38 +00:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN \
|
2001-03-08 13:49:38 +00:00
|
|
|
http://bitsko.slc.ut.us/~ken/xml-rpc/
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-07-01 16:02:52 +00:00
|
|
|
DISTNAME= ${PORTNAME}-0.07b4
|
2001-03-08 13:49:38 +00:00
|
|
|
|
2006-08-31 06:16:21 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Frontier::RPC implements UserLand Software's XML RPC
|
2001-03-08 13:49:38 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
2001-03-08 13:49:38 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-07-01 16:02:52 +00:00
|
|
|
MAN3= Apache::XMLRPC.3 \
|
|
|
|
Frontier::Client.3 \
|
|
|
|
Frontier::Daemon.3 \
|
|
|
|
Frontier::RPC2.3 \
|
|
|
|
Frontier::Responder.3
|
2001-03-08 13:49:38 +00:00
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|