aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-MediaWiki/Makefile
blob: e2321f31a9cfd52a76a94cc0c63c30a4e9ac3811 (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
# 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= ../../authors/id/S/SP/SPECTRUM/
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.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
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       MediaWiki.3

.include <bsd.port.mk>