mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
28 lines
588 B
Makefile
28 lines
588 B
Makefile
# New ports collection makefile for: p5-MediaWiki
|
|
# Date created: 2006-08-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MediaWiki
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SPECTRUM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= OOP MediaWiki engine client
|
|
|
|
RUN_DEPENDS= p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MediaWiki.3
|
|
|
|
.include <bsd.port.mk>
|