summaryrefslogtreecommitdiff
path: root/textproc/rubygem-html2text/Makefile
blob: 71e3206098d7bd24deed66647024660ac940adf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>