freebsd-ports/databases/rubygem-state_machines-activerecord/Makefile
Sunpoet Po-Chuan Hsieh f8a1c01a71 - Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		206113
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
2016-01-12 21:37:04 +00:00

24 lines
633 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= state_machines-activerecord
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for creating state machines for attributes on ActiveRecord
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord4>=4.1:${PORTSDIR}/databases/rubygem-activerecord4 \
rubygem-state_machines-activemodel>=0.3.0:${PORTSDIR}/databases/rubygem-state_machines-activemodel
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>