aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-wikigoodies/Makefile
blob: a0ca639600b873fcaec464146f151b12b7eaaffb (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
26
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$

PORTNAME=   wikigoodies
PORTVERSION=    0.3.3522
PORTREVISION=   3
CATEGORIES= www devel python
MASTER_SITES=   ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}plugin.${PORTVERSION}

MAINTAINER= alexey@renatasystems.org
COMMENT=    Plugin for Trac which extends the Wiki with some goodies

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    tracd:www/trac

WRKSRC=     ${WRKDIR}/${PORTNAME}plugin/0.11

USES=       python
USE_PYTHON= distutils autoplist
NO_ARCH=    yes

.include <bsd.port.mk>