freebsd-ports/devel/py-boto-devel/Makefile
Martin Wilke cc5a2c90d8 - Update to 1.7a
PR:		133992
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-04-26 23:26:34 +00:00

21 lines
464 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= 1.7a
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= peter.schuller@infidyne.com
COMMENT= Python interface to Amazon Web Services
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>