1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/rbtools/Makefile
Ruslan Makhmatkhanov e3a233cc38 - drop dependency on devel/py-simplejson
- move contents of pkg-plist into PLIST_FILES
  - strict python versions to 2.6-2.7
  - bump PORTREVISION

  PR:            ports/160395
  Submitted by:  rm
  Approved by:   flz (maintainer; timeout - 2+ months), miwi (co-mentor)
  Feature safe:  yes
2011-11-11 09:34:23 +00:00

29 lines
654 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
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:C|^(...).*|\1|}/
DISTNAME= ${ORIGNAME}-${DISTVERSION}
MAINTAINER= flz@FreeBSD.org
COMMENT= ReviewBoard Toolset
ORIGNAME= RBTools
USE_PYTHON= 2.6-2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ${ORIGNAME}
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
PLIST_FILES= bin/post-review \
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>