summaryrefslogtreecommitdiff
path: root/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile
blob: 9d90b44e55b7051499207bfabd9a2c729354637c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

NO_ARCH=	yes

.include <bsd.port.mk>