1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/py-rackspace-monitoring/Makefile
Kubilay Kocak 91dcca6ea1 www/py-rackspace-monitoring: Update to 0.6.2
- Update to 0.6.2
- Bump libcloud dependency version
- Add regression-test: target
- Remove #Python3 ready comment

Changes:

  https://github.com/racker/rackspace-monitoring/blob/master/CHANGES.md
2014-07-09 15:02:33 +00:00

26 lines
594 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= rackspace-monitoring
PORTVERSION= 0.6.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python client library for Rackspace Cloud Monitoring
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14:${PORTSDIR}/net/py-libcloud
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>