pkgsrc/www/py-beautifulsoup/Makefile
darcy 853bdf110d Update to version 3.2.0. Not much in the way of release notes except this:
Beautiful Soup 3.2.0 features very little new functionality, but its version
number leapfrogs the defunct 3.1 series, preventing confusion about which
version is the latest.

However, the web site also says this about our previous version:

Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work
very well — I consider it a failed experiment.
2011-11-29 17:00:54 +00:00

17 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/11/29 17:00:54 darcy Exp $
#
DISTNAME= BeautifulSoup-3.2.0
PKGNAME= ${PYPKGPREFIX}-beautifulsoup-3.2.0
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
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"