freebsd-ports/devel/py-boto/Makefile
Edwin Groothuis 816adf9f39 [PATCH] devel/py-boto: update to 1.3a
- Update to 1.3a

PR:		ports/125988
Submitted by:	peter.schuller@infidyne.com
2008-08-15 01:02:52 +00:00

20 lines
439 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.3a
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
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>