freebsd-ports/www/py-beautifulsoup30/Makefile
Marcus Alves Grando b4c51adebf Update to 2.1.1
PR:		86358
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com>
Approved by:	mwm@mired.org (maintainer timeout, 35 days)
2005-10-26 01:30:48 +00:00

22 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= 2.1.1
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>