freebsd-ports/www/py-beautifulsoup/Makefile
Yi-Jheng Lin 56ec12c734 - Add CONFLICT since py-beautifulsoup30 has been created
- Bump PORTREVISION

Approved by:	lwhsu/rafan (mentors)
2010-02-12 03:44:06 +00:00

25 lines
571 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
PORTREVISION= 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
CONFLICTS= py[0-9]*-beautifulsoup-3.0.*
.include <bsd.port.mk>