freebsd-ports/textproc/py-html2text/Makefile
Pawel Pekala 2ebba669b4 - Update to 2016.5.29
- 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
2016-07-24 20:27:16 +00:00

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>