aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-beautifulsoup32/Makefile
blob: acab200c1d9316473958bfaf4eb77b9f41af112e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$

PORTNAME=   beautifulsoup
PORTVERSION=    3.2.1
CATEGORIES= www python
MASTER_SITES=   http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=  32
DISTNAME=   BeautifulSoup-${PORTVERSION}

MAINTAINER= mwm@mired.org
COMMENT=    HTML/XML Parser for Python

USES=       python:2
USE_PYTHON= autoplist distutils

CONFLICTS=  py[0-9]*-beautifulsoup-3.0.*

.include <bsd.port.mk>