mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
Changes: https://github.com/que-rb/que/releases https://github.com/que-rb/que/blob/master/CHANGELOG.md
22 lines
397 B
Makefile
22 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>
|