freebsd-ports/www/py-beautifulsoup30/Makefile
Yi-Jheng Lin c34c011229 - Add py-beautifulsoup30
- Update to 3.0.8
- Take maintainership

PR:		ports/141288
Submitted by:	Kirk Strauser <kirk AT daycos.com>
Approved by:	lwhsu/rafan (mentors)
2010-02-12 03:42:48 +00:00

26 lines
601 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.8
CATEGORIES= www python
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= BeautifulSoup-${PORTVERSION}
MAINTAINER= yzlin@FreeBSD.org
COMMENT= HTML/XML Parser for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= BeautifulSoup
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
CONFLICTS= py[0-9]*-beautifulsoup-3.1.*
.include <bsd.port.mk>