aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-better_html-rails61/Makefile
blob: ad1a8eeb65500a94d45c2016d898ffb0181f035d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	better_html
DISTVERSION=	2.1.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails61

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Better HTML for Rails
WWW=		https://github.com/Shopify/better-html

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-actionview61>=6.0:devel/rubygem-actionview61 \
		rubygem-activesupport61>=6.0:devel/rubygem-activesupport61 \
		rubygem-ast>=2.0:devel/rubygem-ast \
		rubygem-erubi>=1.4:www/rubygem-erubi \
		rubygem-parser>=2.4:devel/rubygem-parser \
		rubygem-smart_properties>0:devel/rubygem-smart_properties

USES=		gem

.include <bsd.port.mk>