freebsd-ports/www/py-beautifulsoup/Makefile
Martin Wilke 777aabcf54 - Update to 3.0.4
PR:		113469
Submitted by:	Mike Meyer <mwm@mired.org> (Maintainer)
2007-06-11 06:00:01 +00:00

21 lines
477 B
Makefile

# New ports collection makefile for: beautifulsoup
# Date created: 15 July 2005
# Whom: Mike Meyer <mwm@mired.org>
#
# $FreeBSD$
#
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
.include <bsd.port.mk>