forked from Lainports/freebsd-ports
- Add missing license to the port: GPLv3+ - Set to architecture neutral - Move URL(outdated) to PyPI, fix typo - Take maintainership Changelog: - Default image alt text option created and set to a default of empty string "" to maintain backward compatibility - Fix #136: --default-image-alt now takes a string as argument - Fix #113: Stop changing quiet levels on /script tags. PR: 211311 Submitted by: Danilo G. Baio
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2text
|
|
PORTVERSION= 2016.5.29
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Convert HTML into clean plain ASCII text
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS= html2text-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|