295f5a444b
2009-02-07 John J Lee <jjl@pobox.com> * 0.1.11 release. * Fix quadratic performance in number of .read() calls (and add an automated performance test).
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/10/11 08:32:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mechanize-0.1.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://wwwsearch.sourceforge.net/mechanize/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://wwwsearch.sourceforge.net/mechanize/
|
|
COMMENT= Stateful programmatic web browsing in Python
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|