freebsd-ports/www/py-beautifulsoup/Makefile
Li-Wen Hsu 37685d68a4 - Update to 3.0.5
PR:		ports/120639
Submitted by:	lwhsu
Approved by:	Mike Meyer <mwm AT mired.org> (maintainer)
2008-02-15 01:22:48 +00:00

22 lines
512 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.5
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
PYDISTUTILS_PKGNAME= BeautifulSoup
.include <bsd.port.mk>