Files
bsdports/_unused/rubygem-loofah/Makefile
2019-12-26 07:26:06 +00:00

21 lines
469 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD:ruby/Makefile 465378 2018-03-23 16:45:34Z sunpoet $
PORTNAME= loofah
PORTVERSION= 2.2.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
RUN_DEPENDS= rubygem-crass>=1.0.2:ruby/rubygem-crass \
rubygem-nokogiri>=1.5.9:ruby/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>