diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-01 03:17:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-01 03:17:14 +0000 |
commit | fc36e27d3ee3eec95f57c441490d3714f5b6a653 (patch) | |
tree | e46cc296e366ab8cfaf0f4c706236ce308078da2 /devel/rubygem-holidays | |
parent | dd718d54f18baa222d0ddce0a8ee70cedcab7013 (diff) | |
download | ports-fc36e27d3ee3eec95f57c441490d3714f5b6a653.tar.gz ports-fc36e27d3ee3eec95f57c441490d3714f5b6a653.zip |
The Ruby Holidays Gem allows you to look up holidays in
multiple regions based on customisable definition lists.
It also extends Ruby's built-in Date class.
Author: Alex Dunae
WWW: http://code.dunae.ca/holidays/
PR: ports/151835
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Notes
Notes:
svn path=/head/; revision=263873
Diffstat (limited to 'devel/rubygem-holidays')
-rw-r--r-- | devel/rubygem-holidays/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-holidays/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-holidays/pkg-descr | 7 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/rubygem-holidays/Makefile b/devel/rubygem-holidays/Makefile new file mode 100644 index 000000000000..aa8ec50c9656 --- /dev/null +++ b/devel/rubygem-holidays/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-holidays +# Date created: 17 October 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= holidays +PORTVERSION= 0.9.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= A collection of Ruby methods to deal with statutory and other holidays + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-holidays/distinfo b/devel/rubygem-holidays/distinfo new file mode 100644 index 000000000000..29665edb30f6 --- /dev/null +++ b/devel/rubygem-holidays/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/holidays-0.9.3.gem) = 274920e7e1f41293343358f399eaf92b +SHA256 (rubygem/holidays-0.9.3.gem) = d32a3115cd7d88094295a5d6a4e5af8ea5a1fbd022027112ef4a4a336e9cb37f +SIZE (rubygem/holidays-0.9.3.gem) = 36352 diff --git a/devel/rubygem-holidays/pkg-descr b/devel/rubygem-holidays/pkg-descr new file mode 100644 index 000000000000..23a77182d795 --- /dev/null +++ b/devel/rubygem-holidays/pkg-descr @@ -0,0 +1,7 @@ +The Ruby Holidays Gem allows you to look up holidays in +multiple regions based on customisable definition lists. + +It also extends Ruby's built-in Date class. + +Author: Alex Dunae +WWW: http://code.dunae.ca/holidays/ |