opnsense-ports/devel/rubygem-timers/Makefile
Franco Fichtner 3aa4cadac9 */*: sync with upstream
Taken from: FreeBSD
2016-05-07 11:43:17 +02:00

21 lines
381 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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-hitimes>=0:devel/rubygem-hitimes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>