freebsd-ports/devel/py-pbr/Makefile
Kubilay Kocak e50d396938 devel/py-pbr: Update to 0.6 & modernise
- Update to 0.6
- Deprecate easy_install target

Changes: https://github.com/openstack-dev/pbr/commits/0.6
2014-02-16 12:13:54 +00:00

21 lines
429 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbr
PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python Build Reasonableness
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=1.0:${PORTSDIR}/devel/py-pip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>