mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
61bcae45bc
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
30 lines
788 B
Makefile
30 lines
788 B
Makefile
# New ports collection makefile for: trac-hierwiki
|
|
# Date created: May 18 2007
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hierwiki
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= Dealing with the trac wiki as a hierarchy
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
NO_BUILD= yes
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS=yes
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|