24 lines
524 B
Makefile
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>
|