mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# Created by: Mike Meyer <mwm@mired.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= beautifulsoup
|
|
PORTVERSION= 3.2.1
|
|
PORTREVISION= 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.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
|
|
|
|
.include <bsd.port.mk>
|