# New ports collection makefile for:	html2text
# Date created:		23 April 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD: ports/textproc/py-html2text/Makefile,v 1.4 2008/12/28 11:39:54 miwi Exp $
#

PORTNAME=	html2text
PORTVERSION=	2.35
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@gmail.com
COMMENT=	Convert HTML into clean plain ASCII text

USE_ZIP=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>
