blob: f8e01f3024217bb7d087c887217d5ac10774c7dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= loofah
PORTVERSION= 2.17.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= loofah_project
.include <bsd.port.mk>
|