19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2text
|
|
PORTVERSION= 3.200.3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Convert HTML into clean plain ASCII text
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
CONFLICTS= html2text-[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|