# New ports collection makefile for: beautifulsoup # Date created: 15 July 2005 # Whom: Mike Meyer # # $FreeBSD: ports/www/py-beautifulsoup/Makefile,v 1.5 2007/07/30 09:42:08 alexbl Exp $ # PORTNAME= beautifulsoup PORTVERSION= 3.0.4 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= BeautifulSoup-${PORTVERSION} MAINTAINER= mwm@mired.org COMMENT= HTML/XML Parser for Python USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BeautifulSoup .include