aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-wikinotification/Makefile
blob: 8c883e3605507582323faa0089b716e837af92c9 (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
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$

PORTNAME=   wikinotificationplugin
PORTVERSION=    0.2.1
PORTREVISION=   5
CATEGORIES= www devel python
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/p/rc/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Allow email notifications on wiki page changes

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

WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>