freebsd-ports/www/trac-permredirect/Makefile
Dmitry Marakasov bdb06fad8a www/trac-*: minor cleanup
- Don't use trac/plugin.mk which is now empty and unneeded
- Add some NO_ARCH'es
- Add/fix some LICENSEs and LICENSE_FILES
- Pet portlint
- Regenerate some patches

Approved by:	portmgr blanket
2016-05-29 01:29:08 +00:00

25 lines
672 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= Redirect users to the login screen on PermissionError
RUN_DEPENDS= tracd:www/trac
FETCH_BEFORE_ARGS= -o ${DISTFILES}
REV= 13353
USES= python zip:infozip
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
NO_ARCH= yes
.include <bsd.port.mk>