blob: 527ab28496e5e2e6b7bbeebbd0920e70d4e7b818 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
# $FreeBSD$
PORTNAME= autocomplete
PORTVERSION= 0.4.1
PORTREVISION= 6
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
DISTNAME= autocompleteusersplugin-r${REL}
MAINTAINER= rea@FreeBSD.org
COMMENT= Plugin for autocompletion of user names in ticket fields
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USES= zip
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/autocompleteusersplugin/0.11
REL= 8451
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>
|