freebsd-ports/devel/hgreviewboard/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

36 lines
884 B
Makefile

# $FreeBSD$
PORTNAME= hgreviewboard
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= https://bitbucket.org/ccaughie/hgreviewboard/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= hgreviewboard
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Mercurial reviewboard extension
LICENSE= BSD2CLAUSE
RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial \
rbt:${PORTSDIR}/devel/rbtools
WRKSRC= ${WRKDIR}/ccaughie-hgreviewboard-e461a0baf62d
USES= python
NO_BUILD= yes
post-patch:
${SED} -i '' -e 's/import simplejson/import json as simplejson/' \
${WRKSRC}/reviewboard.py
do-install:
${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard
${INSTALL_DATA} ${WRKSRC}/__init__.py \
${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard
${INSTALL_DATA} ${WRKSRC}/reviewboard.py \
${STAGEDIR}${PYTHON_SITELIBDIR}/reviewboard
.include <bsd.port.mk>