2005-07-16 23:51:18 +02:00
|
|
|
# New ports collection makefile for: beautifulsoup
|
|
|
|
# Date created: 15 July 2005
|
|
|
|
# Whom: Mike Meyer <mwm@mired.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beautifulsoup
|
2011-08-08 21:38:14 +02:00
|
|
|
PORTVERSION= 3.0.8.1
|
2005-07-16 23:51:18 +02:00
|
|
|
CATEGORIES= www python
|
2011-08-08 21:38:14 +02:00
|
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
|
2005-07-16 23:51:18 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2005-10-26 03:30:48 +02:00
|
|
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
2005-07-16 23:51:18 +02:00
|
|
|
|
2010-02-12 04:42:48 +01:00
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
2005-07-16 23:51:18 +02:00
|
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
2005-07-16 23:51:18 +02:00
|
|
|
|
2010-02-12 04:42:48 +01:00
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
|
|
|
|
|
|
|
|
CONFLICTS= py[0-9]*-beautifulsoup-3.1.*
|
|
|
|
|
2005-07-16 23:51:18 +02:00
|
|
|
.include <bsd.port.mk>
|