1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/p5-Frontier-RPC/Makefile
Ying-Chieh Liao 1ef9081e13 add p5-Frontier-RPC
Frontier::RPC implements UserLand Software's XML RPC
2001-03-08 13:49:38 +00:00

29 lines
767 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.06
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://bitsko.slc.ut.us/~ken/xml-rpc/
MASTER_SITE_SUBDIR= Frontier
PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Frontier::Client.3 Frontier::Daemon.3 Frontier::RPC2.3
.include <bsd.port.mk>