aada88e659
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
21 lines
509 B
Makefile
21 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.14 2012/04/08 19:09:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= boto-1.9b
|
|
PKGREVISION= 2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://boto.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://boto.googlecode.com/
|
|
COMMENT= Python interface to Amazon web services
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
REPLACE_PYTHON+= boto/*/*.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|