freebsd-ports/devel/rubygem-date/Makefile
Sunpoet Po-Chuan Hsieh e8a78b1fe9 Add rubygem-date 3.0.1
Date is a subclass of Object that includes the Comparable module and easily
handles date.

WWW: https://github.com/ruby/date
2020-07-30 09:46:26 +00:00

17 lines
320 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= date
PORTVERSION= 3.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Subclass of Object includes Comparable module for handling dates
LICENSE= BSD2CLAUSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>