aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-state_machines-activerecord08/Makefile
blob: 3e93ce522105547bc2ef15d7ffb414b41a48e03b (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
24
PORTNAME=	state_machines-activerecord
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	08

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Support for creating state machines for attributes on ActiveRecord
WWW=		https://github.com/state-machines/state_machines-activerecord

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activerecord80>=5.1:databases/rubygem-activerecord80 \
		rubygem-state_machines-activemodel>=0.8.0:databases/rubygem-state_machines-activemodel

USES=		gem

NO_ARCH=	yes

PORTSCOUT=	limit:^0\.8\.

.include <bsd.port.mk>