mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
24 lines
538 B
Makefile
24 lines
538 B
Makefile
# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= autocomplete
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://dist.codelabs.ru/fbsd/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= autocompleteusersplugin-r${REL}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Plugin for autocompletion of user names in ticket fields
|
|
|
|
RUN_DEPENDS= trac>=0.11:www/trac
|
|
|
|
USES= python:2.7 zip
|
|
USE_PYTHON= distutils autoplist
|
|
WRKSRC= ${WRKDIR}/autocompleteusersplugin/0.11
|
|
NO_ARCH= yes
|
|
REL= 8451
|
|
|
|
.include <bsd.port.mk>
|