2007-04-23 13:15:06 +02:00
|
|
|
# New ports collection makefile for: html2text
|
|
|
|
# Date created: 23 April 2007
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= html2text
|
2010-02-24 04:02:05 +01:00
|
|
|
PORTVERSION= 2.38
|
2007-04-23 13:15:06 +02:00
|
|
|
CATEGORIES= textproc python
|
2008-12-28 12:39:54 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-04-23 13:15:06 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-02-03 09:09:33 +01:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2007-04-23 13:15:06 +02:00
|
|
|
COMMENT= Convert HTML into clean plain ASCII text
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2008-12-28 12:39:54 +01:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2007-04-23 13:39:15 +02:00
|
|
|
|
2007-04-23 13:15:06 +02:00
|
|
|
.include <bsd.port.mk>
|