pkgsrc/net/py-google/Makefile
drochner 6c73f76f31 this works with Python-2.4 (hint from Joerg Sonnenberger)
hey, even my license key from 2002 still works!
2006-06-02 16:34:31 +00:00

20 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.25 2006/06/02 16:34:31 drochner Exp $
#
DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 4
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygoogle/}
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://pygoogle.sourceforge.net/
COMMENT= Call the Google web API from Python
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../net/py-soappy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"