summaryrefslogtreecommitdiff
path: root/devel/rubygem-ice_cube/Makefile
blob: c6cf20cdd888dfe982438972b2f6ced7e184c8b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	ice_cube
PORTVERSION=	0.17.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Recurring date library for Ruby
WWW=		https://github.com/ice-cube-ruby/ice_cube

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>