b12904483c
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
19 lines
607 B
Makefile
19 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/11/04 22:10:12 rillig Exp $
|
|
|
|
DISTNAME= BeautifulSoup-3.2.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= https://www.crummy.com/software/BeautifulSoup/download/3.x/
|
|
MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup/}
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/
|
|
COMMENT= HTML/XML Parser for Python, version 3
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # use py-beautifulsoup4 for python-3.x
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|