freebsd-ports/www/trac-iniadmin/Makefile
Dmitry Marakasov 3c575df39f - Add LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2020-08-09 09:36:28 +00:00

24 lines
524 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= iniadmin
PORTVERSION= 0.2.3915
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Edit all trac.ini option via the WebAdminPlugin
LICENSE= BSD
RUN_DEPENDS= tracd:www/trac
USES= python:2.7
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>