2006-12-31 15:07:14 +01:00
|
|
|
# New ports collection makefile for: trac-wikinotification
|
|
|
|
# Date created: December 28 2006
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-05-27 17:34:31 +02:00
|
|
|
PORTNAME= wikinotificationplugin
|
2009-05-22 20:10:02 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2011-01-14 23:35:05 +01:00
|
|
|
PORTREVISION= 4
|
2006-12-31 15:07:14 +01:00
|
|
|
CATEGORIES= www devel python
|
2009-05-22 20:10:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= brooks
|
2006-12-31 15:07:14 +01:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/rc/}
|
|
|
|
|
2009-05-07 00:15:18 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2006-12-31 15:07:14 +01:00
|
|
|
COMMENT= Allow email notifications on wiki page changes
|
|
|
|
|
2009-05-22 20:10:02 +02:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
2009-02-10 20:10:19 +01:00
|
|
|
|
2007-05-27 17:34:31 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2009-12-13 17:28:06 +01:00
|
|
|
USE_PYTHON= yes
|
2007-07-31 15:50:55 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracWikiNotification
|
|
|
|
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/}
|
2006-12-31 15:07:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|