d26ef18700
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= watchlist
|
|
PORTVERSION= 1.0.${SVN_REV}
|
|
PORTREVISION= 3
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://distfiles.cse.tw/ \
|
|
http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-r${SVN_REV}
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= Watchlist feature for wikis and tickets of Trac
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= tracd:www/trac
|
|
|
|
SVN_REV= 11526
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12
|
|
USES= python:2 zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
|
|
|
.include <bsd.port.mk>
|