mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
22 lines
476 B
Makefile
22 lines
476 B
Makefile
PORTNAME= loofah
|
|
PORTVERSION= 2.22.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for manipulating HTML/XML documents and fragments
|
|
WWW= https://github.com/flavorjones/loofah
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
|
|
rubygem-nokogiri>=1.12.0:textproc/rubygem-nokogiri
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= loofah_project
|
|
|
|
.include <bsd.port.mk>
|