freebsd-ports/www/trac-navadd/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

21 lines
436 B
Makefile

# $FreeBSD$
PORTNAME= navadd
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for adding navigation items into Trac navigation bars
RUN_DEPENDS= tracd:www/trac
USES= python:2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
.include <bsd.port.mk>