24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mastertickets
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://mirrors.redv.com/pub/trac/ \
|
|
LOCAL/glarkin
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= coderanger-trac-${PORTNAME}-43a7537
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Support for ticket dependencies
|
|
|
|
RUN_DEPENDS+= trac>=0.12:${PORTSDIR}/www/trac
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|