diff options
Diffstat (limited to 'textproc/py-html2text/Makefile')
-rw-r--r-- | textproc/py-html2text/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 88e3a0bca8c0..1f32a5410c02 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -6,15 +6,14 @@ # PORTNAME= html2text -PORTVERSION= 2.35 +PORTVERSION= 2.37 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Convert HTML into clean plain ASCII text -USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install |