forked from Lainports/opnsense-ports
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timers
|
|
PORTVERSION= 4.1.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Pure Ruby one-shot and periodic timers
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-hitimes>=0:${PORTSDIR}/devel/rubygem-hitimes
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|