b5cc3a64c0
Changes: https://github.com/flavorjones/loofah/releases https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md Security: 36a2a89e-7ee1-4ea4-ae22-7ca38019c8d0 MFH: 2018Q4
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= loofah
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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:www/rubygem-crass \
|
|
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|