opnsense-ports/textproc/rubygem-html2text/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
381 B
Makefile

PORTNAME= html2text
PORTVERSION= 0.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Convert HTML into a plain text format
WWW= https://github.com/soundasleep/html2text_ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-nokogiri>=1.10.3<2:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>