aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-MediaWiki/Makefile
blob: 0b3e532ca5b6c0bd39584b2accd97cd1398c775f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    p5-MediaWiki
# Date created:     2006-08-15
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   MediaWiki
PORTVERSION=    1.07
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SP/SPECTRUM/
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    OOP MediaWiki engine client

RUN_DEPENDS=    ${SITE_PERL}/Config/IniHash.pm:${PORTSDIR}/devel/p5-Config-IniHash \
        ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE= yes

MAN3=       MediaWiki.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600  # Inherited from www/p5-libwww
IGNORE=     requires 5.6.0 or newer. Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>