b4c51adebf
PR: 86358 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> Approved by: mwm@mired.org (maintainer timeout, 35 days)
21 lines
477 B
Makefile
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= 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>
|