1ebef8a61e
- use tar.gz instead of zip to avoid extra dependency - use new project homepage - enable install of fallback SOAP library 0.6 of 02/24/2004 - support the latest SOAPpy release, fallback to included version if it's not found, or is a version that's known to be buggy. - epydoc API documentation - quite a bit of refactoring - make some functions and classes that SHOULD be private, actually private - formatting cleanup
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/03/03 10:27:17 recht Exp $
|
|
#
|
|
|
|
DISTNAME= pygoogle-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= net
|
|
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
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../net/py-soappy/buildlink2.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|