1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Add rubygem-attic 0.5.3

rubygem-attic provides a place to hide private instance variables in your Ruby
objects.

WWW: https://github.com/delano/attic
WWW: https://rubygems.org/gems/attic
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-10 03:06:00 +00:00
parent ded73bcc7c
commit 4b3c828445
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285407
4 changed files with 28 additions and 0 deletions

View File

@ -3371,6 +3371,7 @@
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-atoulme-antwrap
SUBDIR += rubygem-attic
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-bioruby
SUBDIR += rubygem-builder

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-attic
# Date created: 2011-11-10
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= attic
PORTVERSION= 0.5.3
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A place to hide private instance variables in your Ruby objects
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/attic-0.5.3.gem) = 171fda93101f005ef7bef97decaeb4eaa010fceee77cfd74e58646680e321849
SIZE (rubygem/attic-0.5.3.gem) = 9728

View File

@ -0,0 +1,5 @@
rubygem-attic provides a place to hide private instance variables in your Ruby
objects.
WWW: https://github.com/delano/attic
WWW: https://rubygems.org/gems/attic