- Repackaed the archive (No functional changes.) PR: 112787 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
28 lines
889 B
Makefile
28 lines
889 B
Makefile
# New ports collection makefile for: trac-wikinotification
|
|
# Date created: December 28 2006
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wikinotificationplugin
|
|
PORTVERSION= 0.1.0p4
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/rc/}
|
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
|
COMMENT= Allow email notifications on wiki page changes
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
|
${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
NO_BUILD= yes
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS=yes
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/p/rc/} PYTHONVERSION=${_PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|