2013-03-04 19:12:32 +01:00
|
|
|
# Created by: Mike Meyer
|
2005-07-16 23:51:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= beautifulsoup
|
2012-08-30 21:02:01 +02:00
|
|
|
PORTVERSION= 4.1.3
|
2013-03-04 19:12:32 +01:00
|
|
|
PORTREVISION= 1
|
2005-07-16 23:51:18 +02:00
|
|
|
CATEGORIES= www python
|
2012-08-30 21:02:01 +02:00
|
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/
|
2005-07-16 23:51:18 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2012-07-25 18:58:19 +02:00
|
|
|
DISTNAME= beautifulsoup4-${PORTVERSION}
|
2005-07-16 23:51:18 +02:00
|
|
|
|
2013-05-15 21:33:14 +02:00
|
|
|
MAINTAINER= wg@FreeBSD.org
|
2005-07-16 23:51:18 +02:00
|
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
|
2013-03-04 19:12:32 +01:00
|
|
|
USE_PYTHON= yes
|
2005-07-16 23:51:18 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2012-07-25 18:58:19 +02:00
|
|
|
PYDISTUTILS_PKGNAME= beautifulsoup4
|
2005-07-16 23:51:18 +02:00
|
|
|
|
2013-03-04 19:12:32 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PYTHON_REL} >= 320
|
|
|
|
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|