e701624c64
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
25 lines
602 B
Makefile
25 lines
602 B
Makefile
# 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>
|