forked from Lainports/freebsd-ports
Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying WWW: http://seejohncode.com/ice_cube/ PR: 201790 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
18 lines
319 B
Makefile
18 lines
319 B
Makefile
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ice_cube
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@freebsd.org
|
|
COMMENT= Recurring date library for Ruby
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|