e8a78b1fe9
Date is a subclass of Object that includes the Comparable module and easily handles date. WWW: https://github.com/ruby/date
17 lines
320 B
Makefile
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>
|