aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-date/Makefile
blob: cbffe2170ca2690ac234fa6d84b89d4e731fd1cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	date
PORTVERSION=	3.5.1
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
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY=	${WRKSRC}/COPYING

USES=		cpe gem

CPE_VENDOR=	ruby-lang

.include <bsd.port.mk>