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

PORTNAME=   calendar
PORTVERSION=    0.1
PORTREVISION=   6
CATEGORIES= www devel python
MASTER_SITES=   http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}plugin-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Calendar plugin for trac

DEPRECATED= No more public distfiles
EXPIRATION_DATE=    2014-02-10

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

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

.include <bsd.port.mk>