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

22 lines
506 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= ports@FreeBSD.org
COMMENT= Edit all trac.ini option via the WebAdminPlugin
RUN_DEPENDS= tracd:www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes`
.include <bsd.port.mk>