aboutsummaryrefslogtreecommitdiff
path: root/www/trac-permredirect/Makefile
blob: 091aae99a68bbbc74a3929f21dda6198ab737289 (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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=	permredirect
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \
		LOCAL/gblach/
PKGNAMEPREFIX=	trac-
DIST_SUBDIR=	trac

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	Redirect users to the login screen on PermissionError

LICENSE=	BSD

RUN_DEPENDS=	tracd:www/trac

FETCH_BEFORE_ARGS=	-o ${DISTFILES}
REV=			13353
USES=			python:2.7 zip:infozip
USE_PYTHON=		distutils autoplist
WRKSRC=			${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
NO_ARCH=		yes

.include <bsd.port.mk>