Sunpoet Po-Chuan Hsieh 8f6796d5bf - Add rubygem-after_commit_queue 1.3.0
- While I'm here:
  - Add LICENSE_FILE
  - Add NO_ARCH

Plugin for running methods on ActiveRecord models after record is committed

WWW: https://github.com/shellycloud/after_commit_queue

PR:		203581
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-11-23 18:26:36 +00:00

22 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= after_commit_queue
PORTVERSION= 1.3.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fausten.de
COMMENT= Allows to run callbacks after transaction is committed
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>