a6e3fbcd92
into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. PR: ports/83531 Submitted by: Mike Meyer <mwm@mired.org>
23 lines
509 B
Makefile
23 lines
509 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.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= BeautifulSoup
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|