3b865581cd
- Fix download, change master sites - Maintainer approved via email PR: ports/182922 Submitted by: nemysis (self) Approved by: wg/pawel (mentors)
21 lines
495 B
Makefile
21 lines
495 B
Makefile
# 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= BeautifulSoup
|
|
|
|
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
|
|
|
|
.include <bsd.port.mk>
|