# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_1_0/www/trac-batchmodify/Makefile 347789 2014-03-10 18:01:09Z bapt $

PORTNAME=	batchmodify
PORTVERSION=	0.8.0.9694
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
		LOCAL/glarkin
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Enables users to modify several tickets together at once

RUN_DEPENDS+=	trac>=0.12:${PORTSDIR}/www/trac

USES=		zip

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12/trunk
USE_PYTHON=	2
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>
