Changes: https://github.com/que-rb/que/releases https://github.com/que-rb/que/blob/master/CHANGELOG.md
23 lines
397 B
Makefile
23 lines
397 B
Makefile
PORTNAME= que
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Job queue that uses PostgreSQL advisory locks for speed and reliability
|
|
WWW= https://github.com/que-rb/que
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/que
|
|
|
|
SHEBANG_FILES= auto/* \
|
|
scripts/*
|
|
|
|
.include <bsd.port.mk>
|