1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/p5-XML-RPC/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
499 B
Makefile

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