opnsense-ports/textproc/rubygem-html2text/Makefile
Franco Fichtner a1bf36c2bf */*: sync with upstream
Taken from: HardenedBSD
2021-07-22 09:00:17 +02:00

21 lines
395 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
PORTNAME= html2text
PORTVERSION= 0.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Convert HTML into a plain text format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-nokogiri>=1.10.3<2:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>