f044d78ad8
Trac plugin offers features for managing user accounts on Trac Project.
30 lines
707 B
Makefile
30 lines
707 B
Makefile
PORTNAME= accountmanager
|
|
PORTVERSION= 0.5.${REV}
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= https://trac-hacks.org/browser/accountmanagerplugin/
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
MAINTAINER= samm@FreeBSD.org
|
|
COMMENT= Account Manager Plugin for trac
|
|
WWW= https://trac-hacks.org/wiki/AccountManagerPlugin
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= tracd:www/trac
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
|
REV= 18614
|
|
WRKSRC= ${WRKDIR}/trunk
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
do-fetch:
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
|
cd ${DISTDIR} && \
|
|
${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
|
|
'${MASTER_SITES}trunk?rev=${REV}&format=zip'; \
|
|
fi
|
|
|
|
.include <bsd.port.mk>
|