4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ${ORIGNAME:tl}
|
|
DISTVERSION= 0.7.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/
|
|
DISTNAME= ${ORIGNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Set of client tools to use with Review Board
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
|
|
|
|
ORIGNAME= RBTools
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|