freebsd-ports/devel/py-boto/Makefile
Ruslan Makhmatkhanov 5085829232 - update to 2.16.0
- staging support
- autoplist

changelog:
http://docs.pythonboto.org/en/latest/releasenotes/v2.16.0.html
2013-11-10 19:16:24 +00:00

21 lines
422 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= boto
PORTVERSION= 2.16.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python interface to Amazon Web Services
LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS=easy_install
PYDISTUTILS_AUTOPLIST=yes
CONFLICTS= p5-Net-Amazon-Route53-[0-9]*
.include <bsd.port.mk>