aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rbtools/Makefile
blob: c3f30a2357aded185c4ef8d926a921bb4ead1d13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   ${ORIGNAME:L}
DISTVERSION=    0.5.7
CATEGORIES= devel
MASTER_SITES=   http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/
DISTNAME=   ${ORIGNAME}-${DISTVERSION}

MAINTAINER= rakuco@FreeBSD.org
COMMENT=    ReviewBoard Toolset

LICENSE=    MIT

ORIGNAME=   RBTools

USE_PYTHON=     2
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>