2013-07-27 18:06:01 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2010-06-03 19:06:22 +02:00
|
|
|
|
|
|
|
PORTNAME= loofah
|
2021-04-25 22:20:51 +02:00
|
|
|
PORTVERSION= 2.9.1
|
2010-06-03 19:06:22 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2019-10-20 19:21:21 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-07-27 18:06:01 +02:00
|
|
|
COMMENT= Library for manipulating HTML/XML documents and fragments
|
2010-06-03 19:06:22 +02:00
|
|
|
|
2015-05-24 02:06:52 +02:00
|
|
|
LICENSE= MIT
|
2015-11-20 10:15:56 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
2015-05-24 02:06:52 +02:00
|
|
|
|
2019-10-20 19:21:21 +02:00
|
|
|
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
|
2010-06-03 19:06:22 +02:00
|
|
|
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2018-11-01 20:17:45 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2010-06-03 19:06:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|