aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-iniadmin/Makefile
blob: 30626a0b29bc5d9d172df8ce0a1b85f36de1152b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for: trac-iniadmin
# Date created:                      May 18 2007
# Whom:                              Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#

PORTNAME=   iniadmin
PORTVERSION=    0.2.3915
PORTREVISION=   2
CATEGORIES= www devel python
MASTER_SITES=   http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}plugin-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Edit all trac.ini option via the WebAdminPlugin

RUN_DEPENDS+=   tracd:${PORTSDIR}/www/trac

WRKSRC=     ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= 2.5+
USE_PYDISTUTILS=    easy_install
PYDISTUTILS_PKGNAME=    IniAdmin
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+= PORTVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=  yes

.include <bsd.port.mk>