aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rails-deprecated_sanitizer/Makefile
blob: 361a6766957a68bc5192973af67799d6bad3b426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	rails-deprecated_sanitizer
PORTVERSION=	1.0.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>