aboutsummaryrefslogblamecommitdiff
path: root/textproc/rubygem-html2text/Makefile
blob: 781ae2ee7c0fa71b8a65193a111051a2cc42cad6 (plain) (tree)
1
2
3
4
                                                  

                         
                     















                                                               
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>

PORTNAME=	html2text
PORTVERSION=	0.2.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.6:textproc/rubygem-nokogiri

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>