2013-07-27 18:06:01 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2010-06-03 19:06:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= loofah
|
2015-08-19 05:55:35 +02:00
|
|
|
PORTVERSION= 2.0.3
|
2010-06-03 19:06:22 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-27 18:06:01 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
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
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
|
2010-06-03 19:06:22 +02:00
|
|
|
|
2015-08-19 05:55:35 +02:00
|
|
|
NO_ARCH= yes
|
2015-05-24 02:06:52 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 18:36:41 +02:00
|
|
|
USES= gem:autoplist
|
2010-06-03 19:06:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|