mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4e8ea2752b
PR: ports/99053 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
39 lines
963 B
Makefile
39 lines
963 B
Makefile
# 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
|
|
PORTVERSION= 0.07.b4
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
|
http://bitsko.slc.ut.us/~ken/xml-rpc/
|
|
MASTER_SITE_SUBDIR= Frontier
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-0.07b4
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= Frontier::RPC implements UserLand Software's XML RPC
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Apache::XMLRPC.3 \
|
|
Frontier::Client.3 \
|
|
Frontier::Daemon.3 \
|
|
Frontier::RPC2.3 \
|
|
Frontier::Responder.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
|
|
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|