summaryrefslogtreecommitdiff
path: root/devel/rubygem-simple_form/Makefile
blob: d8192c3913b6107e60367f148ee08e2e7b37d1d3 (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=	simple_form
PORTVERSION=	4.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Forms made easy
WWW=		https://github.com/plataformatec/simple_form

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

RUN_DEPENDS=	rubygem-activemodel4>=4:databases/rubygem-activemodel4 \
		rubygem-actionpack4>=4:www/rubygem-actionpack4

PORTSCOUT=	ignore:1

USES=		cpe gem
CPE_VENDOR=	plataformatec

NO_ARCH=	yes

.include <bsd.port.mk>