2005-07-16 23:51:18 +02:00
|
|
|
# New ports collection makefile for: beautifulsoup
|
|
|
|
# Date created: 15 July 2005
|
|
|
|
# Whom: Mike Meyer <mwm@mired.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beautifulsoup
|
2009-01-10 16:07:13 +01:00
|
|
|
PORTVERSION= 3.1.0.1
|
2005-07-16 23:51:18 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2005-10-26 03:30:48 +02:00
|
|
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
2005-07-16 23:51:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
2005-07-16 23:51:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|