blob: af28edc70506f819adab34e5c4515c94d29ef9e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= rails-deprecated_sanitizer
PORTVERSION= 1.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Deprecated sanitizer API extracted from Action View
WWW= https://github.com/rails/rails-deprecated_sanitizer
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|