18 lines
385 B
Makefile
18 lines
385 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2text
|
|
PORTVERSION= 2016.4.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert HTML into clean plain ASCII text
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS= html2text-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|