forked from Lainports/freebsd-ports
Plugin for running methods on ActiveRecord models after record is committed WWW: https://github.com/shellycloud/after_commit_queue PR: 203620 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
10 lines
268 B
Makefile
10 lines
268 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rails41
|
|
|
|
RUN_DEPENDS= rubygem-activerecord41>=4.1:${PORTSDIR}/databases/rubygem-activerecord41
|
|
|
|
MASTERDIR= ${.CURDIR}/../rubygem-after_commit_queue
|
|
|
|
.include "${MASTERDIR}/Makefile"
|