6acb75cd09
* regist egg-info Bump PKGREVISION.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/10/15 11:24:19 obache Exp $
|
|
#
|
|
|
|
DISTNAME= BeautifulSoup-3.1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.1.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
|
|
COMMENT= HTML/XML Parser for Python
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|