diff options
Diffstat (limited to 'devel/hgreviewboard/Makefile')
-rw-r--r-- | devel/hgreviewboard/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/hgreviewboard/Makefile b/devel/hgreviewboard/Makefile deleted file mode 100644 index b3811a3e717a..000000000000 --- a/devel/hgreviewboard/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= hgreviewboard -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= https://bitbucket.org/ccaughie/hgreviewboard/get/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTVERSION} -DIST_SUBDIR= hgreviewboard - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mercurial reviewboard extension -WWW= http://www.review-board.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PY_MERCURIAL} \ - rbt:devel/rbtools - -WRKSRC= ${WRKDIR}/ccaughie-hgreviewboard-e461a0baf62d -USES= python - -NO_BUILD= yes -NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -e 's/import simplejson/import json as simplejson/' \ - ${WRKSRC}/reviewboard.py - -do-install: - @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard - ${INSTALL_DATA} ${WRKSRC}/__init__.py \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard - ${INSTALL_DATA} ${WRKSRC}/reviewboard.py \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reviewboard - -.include <bsd.port.mk> |