mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
20 lines
380 B
Makefile
20 lines
380 B
Makefile
PORTNAME= html2text
|
|
PORTVERSION= 0.4.0
|
|
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.0<2.0:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|