freebsd-ports/net/p5-XML-RPC/Makefile
Martin Wilke c5399bf07c - Fix plist
- Trim header

Reported by:	poudriere exp-run
2013-05-16 09:44:20 +00:00

23 lines
549 B
Makefile

# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$
PORTNAME= XML-RPC
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Pure Perl implementation for an XML-RPC client and server
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
PERL_CONFIGURE= yes
MAN3= XML::RPC.3
.include <bsd.port.mk>