1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/trac-batchmodify/Makefile
2014-03-10 18:01:09 +00:00

26 lines
587 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
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>