mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
245ff19661
PR: ports/99282 Submitted by: Mike Meyer <mwm@mired.org> (maintainer)
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# New ports collection makefile for: beautifulsoup
|
|
# Date created: 15 July 2005
|
|
# Whom: Mike Meyer <mwm@mired.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= beautifulsoup
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= BeautifulSoup-${PORTVERSION}
|
|
|
|
MAINTAINER= mwm@mired.org
|
|
COMMENT= HTML/XML Parser for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|