freebsd-ports/devel/py-boto/Makefile
Vasil Dimov 378b7cee5d Add new port devel/py-boto: Python interface to Amazon Web Services
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:

  * Simple Storage Service (S3)
  * Simple Queue Service (SQS)
  * Elastic Compute Cloud (EC2)
  * Mechanical Turk

WWW: http://code.google.com/p/boto

PR:		ports/115761
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2007-08-30 15:16:24 +00:00

20 lines
446 B
Makefile

# New ports collection makefile for: py-boto
# Date created: Aug 26, 2007
# Whom: Peter Schuller <peter.schuller@infidyne.com>
#
# $FreeBSD$
#
PORTNAME= boto
PORTVERSION= 0.9b
CATEGORIES= devel python
MASTER_SITES= http://boto.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= peter.schuller@infidyne.com
COMMENT= Python interface to Amazon Web Services
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>