1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/p5-Frontier-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

24 lines
524 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= Frontier-RPC
PORTVERSION= 0.07.b4
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN \
http://bitsko.slc.ut.us/~ken/xml-rpc/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-0.07b4
MAINTAINER= perl@FreeBSD.org
COMMENT= Frontier::RPC implements UserLand Software's XML RPC
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>