opnsense-ports/devel/rubygem-timers/Makefile
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

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>