mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-et-orbi/Makefile 509462 2019-08-20 19:19:19Z sunpoet $
|
|
|
|
PORTNAME= et-orbi
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Time zones for fugit and rufus-scheduler
|
|
|
|
RUN_DEPENDS= rubygem-tzinfo>=0:ruby/rubygem-tzinfo
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|