freebsd-ports/textproc/rubygem-html2text/Makefile
2021-07-22 02:12:01 +08: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>