2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Mike Meyer <mwm@mired.org>
|
2012-07-25 18:58:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= beautifulsoup
|
|
|
|
PORTVERSION= 3.2.0
|
2013-10-03 01:38:51 +02:00
|
|
|
PORTREVISION= 1
|
2012-07-25 18:58:19 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2013-10-03 01:13:32 +02:00
|
|
|
PKGNAMESUFFIX= 32
|
2012-07-25 18:58:19 +02:00
|
|
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
|
|
|
|
|
|
|
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2012-07-25 18:58:19 +02:00
|
|
|
.include <bsd.port.mk>
|