summaryrefslogtreecommitdiff
path: root/www/trac-tracdragdrop/Makefile
blob: 5ae12118dda164a4bf5c4ddb950a3d6ef6b1a0e4 (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
27
28
29
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$

PORTNAME=	tracdragdrop
PORTVERSION=	0.12.0.10.${SVN_REV}
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	http://distfiles.cse.tw/ \
		http://trac-hacks.org/changeset/${SVN_REV}/tracdragdropplugin?old_path=/&format=zip&filename=/
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-r${SVN_REV}

MAINTAINER=	gaod@hychen.org
COMMENT=	Provides extends attachments list of Trac

LICENSE=	BSD3CLAUSE

SVN_REV=	12822

RUN_DEPENDS+=	tracd:www/trac

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
USES=		python:2 zip
USE_PYTHON=	distutils autoplist

FETCH_BEFORE_ARGS=	-o ${DISTFILES}

.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>