mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
26 lines
481 B
Makefile
26 lines
481 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= fugit
|
|
PORTVERSION= 1.4.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Time tools for flor and the floraison project
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-et-orbi>=1.1.8<2:devel/rubygem-et-orbi \
|
|
rubygem-raabro>=1.4<2:textproc/rubygem-raabro
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
# Disable rdoc
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include <bsd.port.mk>
|