61bcae45bc
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
31 lines
982 B
Makefile
31 lines
982 B
Makefile
# New ports collection makefile for: trac-addcomment
|
|
# Date created: December 28 2006
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= addcomment
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}macro-${PORTVERSION}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Add formatted comments to wiki pages
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
|
${PYTHON_SITELIBDIR}/TracMacroPost-0.2-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}macro
|
|
NO_BUILD= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= TracAddCommentMacro
|
|
PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|