mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
4658b6176f
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
40 lines
888 B
Makefile
40 lines
888 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= accountmanager
|
|
PORTVERSION= 0.5.${REV}
|
|
PORTEPOCH= 1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
|
|
MASTER_SITE_SUBDIR= kuriyama
|
|
PKGNAMEPREFIX= trac-
|
|
DIST_SUBDIR= trac
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Account Manager Plugin for trac
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
|
REV= 12583
|
|
USES= zip
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk
|
|
|
|
# --- trac.ini
|
|
# [components]
|
|
# acct_mgr.* = enabled
|
|
#
|
|
# [account-manager]
|
|
# password_format = htpasswd
|
|
# password_file = /var/trac/trac.htpasswd
|
|
#
|
|
# --- httpd.conf
|
|
# SetEnv PYTHON_EGG_CACHE "/tmp/cache"
|
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
|
.include <bsd.port.mk>
|