mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ${ORIGNAME:tl}
|
|
DISTVERSION= 0.6.1
|
|
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>
|