aboutsummaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup30/Makefile
blob: 95ba52d31b5442c51735661835ab5a01d6785e8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>