blob: a1d377b241ed65fa0be8fff7dea9fecc2e3d2ca6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Johannes Meixner <xmj@FreeBSD.org>
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
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|