pkgsrc/devel/py-pyparsing/Makefile
wiz b134ae8f52 BOOTSTRAP_SETUPTOOLS is not necessary any longer.
Leave it commented out for now.
2017-06-01 13:31:45 +00:00

18 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/06/01 13:31:46 wiz Exp $
DISTNAME= pyparsing-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/}
MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pyparsing/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyparsing.wikispaces.com/
COMMENT= Parsing module for Python
LICENSE= mit
USE_LANGUAGES= # none
#BOOTSTRAP_SETUPTOOLS= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"