head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.10.18.42.38;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.04.08.53.26;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2011.06.21.06.58.48;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.07.19.35.24;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2010.11.26.21.12.41;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.01.08.07.11.02;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.14.14.37.04;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.20.06.06.38;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.29.10.52.22;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.28.01.39.40;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.22.06.38.54;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.16.01.13.28;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-MediaWiki
# Date created:		2006-08-15
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-MediaWiki/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
@
text
@d18 3
a20 3
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
@


1.9
log
@With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
@
text
@d11 2
a12 1
MASTER_SITES=	http://backpan.perl.org/authors/id/S/SP/SPECTRUM/
@


1.8
log
@- Use backpan, disappeared from CPAN

PR:             ports/152129
Submitted by:   Zane C.B. <vvelox@@vvelox.net>
Approved by:    maintainer timeout (clsung ; 15 days)
Changes:        http://search.cpan.org/dist/MediaWiki/Changes
@
text
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.7
log
@- Update to 1.13

Changes:	http://search.cpan.org/dist/MediaWiki/Changes
@
text
@d11 1
a11 2
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/S/SP/SPECTRUM/
@


1.6
log
@- Update to 1.12
@
text
@d9 1
a9 1
PORTVERSION=	1.12
@


1.5
log
@- Update to 1.11

PR:		ports/113757
Submitted by:	Nils Vogels <nivo+kw+ports dot bfa274_AT_is-root dot com>
@
text
@d9 1
a9 1
PORTVERSION=	1.11
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.4
log
@- Update to 1.10
- I'll maintain it.
@
text
@d9 1
a9 1
PORTVERSION=	1.10
@


1.3
log
@- Update to 1.08
- Transfer maintainership to perl@@

PR:		ports/102512
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d9 1
a9 1
PORTVERSION=	1.08
d15 1
a15 1
MAINTAINER=	perl@@FreeBSD.org
d21 1
d27 1
a27 7
.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>
@


1.2
log
@- Update to 1.07

PR:		ports/102278
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d9 1
a9 1
PORTVERSION=	1.07
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@Add p5-MediaWiki 1.06, OOP MediaWiki engine client.

PR:		ports/102065
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.06
d28 2
a29 2
.if ${PERL_LEVEL} < 500600 #inherited from www/p5-libwww
IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
@

