forked from Lainports/opnsense-ports
17 lines
304 B
Makefile
17 lines
304 B
Makefile
PORTNAME= delayer
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
COMMENT= Delay any task, similar to a priority-queue
|
|
WWW= https://github.com/toshia/delayer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|