aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile
blob: d7869aabe0d792ac0a672b8ecee1997586a98a46 (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=	-rails50

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-activesupport50>=4.2.0:devel/rubygem-activesupport50

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>