2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
2001-03-08 14:49:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Frontier-RPC
|
2006-07-01 18:02:52 +02:00
|
|
|
PORTVERSION= 0.07.b4
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2001-03-08 14:49:38 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2001-03-08 14:49:38 +01:00
|
|
|
http://bitsko.slc.ut.us/~ken/xml-rpc/
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-07-01 18:02:52 +02:00
|
|
|
DISTNAME= ${PORTNAME}-0.07b4
|
2001-03-08 14:49:38 +01:00
|
|
|
|
2006-08-31 08:16:21 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Frontier::RPC implements UserLand Software's XML RPC
|
2001-03-08 14:49:38 +01:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-libwww>=0:www/p5-libwww
|
2001-03-08 14:49:38 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-03-08 14:49:38 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|