mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rails-html-sanitizer
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sanitize HTML fragments in Rails applications
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-loofah>=2.0:textproc/rubygem-loofah
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|