blob: 9922d1cfcaf5aff56495268e9f10596c2853a237 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= ${ORIGNAME:tl}
DISTVERSION= 0.7.10
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm
ORIGNAME= RBTools
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|