head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.13.23.44.04;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.04.30.13.38.36;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.07.09.30.57;	author nivit;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.04.21.47.09;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wikitools
# Date created:		2009-07-26
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/py-wikitools/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	wikitools
PORTVERSION=	1.1.1
PORTREVISION=	0
CATEGORIES=	www devel python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@@FreeBSD.org
COMMENT=	Python package for interacting with a MediaWiki wiki

PROJECTHOST=	python-${PORTNAME}

USE_PYTHON=	yes
USE_PYDISTUTILS=	easyinstall

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 260
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- Add missing python virtual categories
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.1.1
@
text
@d11 1
a11 1
CATEGORIES=	www devel
@


1.2
log
@- Fix fetching [1]
- Add devel/py-simplejson to RUN_DEPENDS when PYTHON_REL < 260

Reported by:	pointyhat (via erwin) [1]
@
text
@d9 2
a10 2
PORTVERSION=	1.0
#PORTREVISION=	0
@


1.1
log
@WWW:	http://code.google.com/p/python-wikitools/

A Python package for interacting with a MediaWiki wiki using
the MediaWiki API.
Designed for MediaWiki version 1.15 and higher, should work
on 1.13, older versions may have bugs.
The edit-API must be enabled on the site to use editing features.
@
text
@d18 2
d23 7
a29 1
.include <bsd.port.mk>
@

