d641455c8f
Changes not found.
20 lines
556 B
Makefile
20 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.25 2019/04/17 09:48:23 wiz Exp $
|
|
|
|
DISTNAME= mechanize-0.4.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/python-mechanize/mechanize
|
|
COMMENT= Stateful programmatic web browsing in Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|