aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-date/Makefile
blob: 735a7e32fc3a260c73e84ffe90e281c2b6e1f4ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	date
PORTVERSION=	3.2.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Subclass of Object includes Comparable module for handling dates
WWW=		https://github.com/ruby/date

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USES=		cpe gem
USE_RUBY=	yes

CPE_VENDOR=	ruby-lang

.include <bsd.port.mk>