freebsd-ports/textproc/rubygem-loofah/Makefile

23 lines
470 B
Makefile
Raw Normal View History

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= loofah
PORTVERSION= 2.9.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
LICENSE= MIT
2015-11-20 10:15:56 +01:00
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
2017-12-31 23:24:03 +01:00
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>