freebsd-ports/www/py-beautifulsoup/Makefile
Martin Wilke deea80422b - Update to 3.1.0
PR:		130037
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	maintainer
2009-01-10 15:07:13 +00:00

22 lines
514 B
Makefile

# New ports collection makefile for: beautifulsoup
# Date created: 15 July 2005
# Whom: Mike Meyer <mwm@mired.org>
#
# $FreeBSD$
#
PORTNAME= beautifulsoup
PORTVERSION= 3.1.0.1
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>