pkgsrc/net/py-boto/Makefile
bjs 17282c984f Update to version 1.3a. The author explicity states that he does
not provide a ChangeLog, instead referring users to the subversion
history.  This version has quite a few bug fixes over 1.0a--I simply do
not have the time to list them here.
2008-07-24 17:37:56 +00:00

20 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/07/24 17:37:56 bjs Exp $
#
DISTNAME= boto-1.3a
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
EGG_NAME= ${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://boto.googlecode.com/files/
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://boto.googlecode.com/
COMMENT= Python interface to Amazon web services
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"