freebsd-ports/devel/rubygem-fugit18/Makefile
2023-11-01 09:56:56 +08:00

26 lines
500 B
Makefile

PORTNAME= fugit
PORTVERSION= 1.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 18
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Time tools for flor and the floraison project
WWW= https://github.com/floraison/fugit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-et-orbi>=1.2.7<2:devel/rubygem-et-orbi \
rubygem-raabro>=1.4<2:textproc/rubygem-raabro
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.8\.
# Disable rdoc
OPTIONS_EXCLUDE=DOCS
.include <bsd.port.mk>