2006-12-30 22:49:51 +01:00
|
|
|
# New ports collection makefile for: trac-addcomment
|
|
|
|
# Date created: December 28 2006
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= addcomment
|
2007-05-27 17:34:25 +02:00
|
|
|
PORTVERSION= 0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-12-30 22:49:51 +01:00
|
|
|
CATEGORIES= www devel python
|
2007-05-27 17:34:25 +02:00
|
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
2006-12-30 22:49:51 +01:00
|
|
|
PKGNAMEPREFIX= trac-
|
2007-05-27 17:34:25 +02:00
|
|
|
DISTNAME= ${PORTNAME}macro-${PORTVERSION}
|
2006-12-30 22:49:51 +01:00
|
|
|
|
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
|
|
|
COMMENT= Add formatted comments to wiki pages
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
2007-05-27 17:34:25 +02:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
|
|
|
${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
|
2006-12-30 22:49:51 +01:00
|
|
|
|
2007-05-27 17:34:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}macro
|
|
|
|
NO_BUILD= yes
|
2006-12-30 22:49:51 +01:00
|
|
|
USE_PYTHON= 2.3+
|
|
|
|
USE_PYDISTUTILS=yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= TracAddCommentMacro
|
|
|
|
PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's
|
2006-12-30 22:49:51 +01:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|