2015-11-23 19:26:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= after_commit_queue
|
|
|
|
PORTVERSION= 1.3.0
|
2016-03-28 04:19:39 +02:00
|
|
|
PORTREVISION= 1
|
2015-11-23 19:26:36 +01:00
|
|
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS?= rubygem-activerecord4>=3.0:databases/rubygem-activerecord4
|
2015-11-23 19:26:36 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-11-23 19:26:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|