mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
2683f68831
Reported by: miwi Feature safe: yes
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.2beta1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.review-board.org/releases/${ORIGNAME}/${DISTVERSION:C/[a-z].*//}/
|
|
DISTNAME= ${ORIGNAME}-${DISTVERSION}
|
|
ORIGNAME= RBTools
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= ReviewBoard Toolset
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${ORIGNAME}
|
|
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|