# New ports collection makefile for:   py-stripogram
# Date created:        10 January 2008
# Whom:                Oleg Ukraincev <oleg@ht-systems.ru>
#
# $FreeBSD: ports/textproc/py-stripogram/Makefile,v 1.3 2009/08/22 00:37:05 amdmi3 Exp $
#

PORTNAME=	stripogram
PORTVERSION=	1.4
CATEGORIES=	textproc python
MASTER_SITES=	SF/squishdot/strip-o-gram/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	stripogram-1-4
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Converting HTML to Plain Text and stripping specified tags from HTML

WRKSRC=		${WRKDIR}/stripogram

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
