1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/rbtools/Makefile
Raphael Kubo da Costa 0f2537769e Update to 0.6.1.
2014-06-10 18:05:41 +00:00

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>