e96a62948a
PR: ports/156323 Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
26 lines
644 B
Makefile
26 lines
644 B
Makefile
# New ports collection makefile for: rbtools
|
|
# Date created: Jul 15 2009
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${ORIGNAME:L}
|
|
DISTVERSION= 0.3.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:C|^(...).*|\1|}/
|
|
DISTNAME= ${ORIGNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= ReviewBoard Toolset
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson
|
|
|
|
ORIGNAME= RBTools
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${ORIGNAME}
|
|
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|