summaryrefslogtreecommitdiff
path: root/devel/rubygem-rails-deprecated_sanitizer/Makefile
blob: e63de668ebdf02eb3f36a80114e5d22c143fe9db (plain)
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>
# $FreeBSD$

PORTNAME=	rails-deprecated_sanitizer
PORTVERSION=	1.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Deprecated sanitizer API extracted from Action View

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport4>=4.2.1:${PORTSDIR}/devel/rubygem-activesupport4

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>