freebsd-ports/www/p5-WWW-Mediawiki-Client/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

33 lines
882 B
Makefile

# ex:ts=8
# Ports collection makefile for: WWW:Mediawiki::Client
# Date created: Jan 2, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= WWW-Mediawiki-Client
PORTVERSION= 0.31
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A very simple cvs-like interface for Mediawiki websites
BUILD_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \
p5-VCS-Lite>0:${PORTSDIR}/devel/p5-VCS-Lite \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-URI>=1.31:${PORTSDIR}/net/p5-URI \
p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= mvs.1
MAN3= WWW::Mediawiki::Client.3 WWW::Mediawiki::Client::Exceptions.3
.include <bsd.port.mk>