freebsd-ports/devel/py-boto/Makefile
Ruslan Makhmatkhanov 8ebc79afef devel/py-boto: update 2.32.1, python3 is now supported
Reported by:    koobs
2014-08-20 12:41:12 +00:00

20 lines
399 B
Makefile

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