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:
parent
ded73bcc7c
commit
4b3c828445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285407
@ -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
|
||||
|
20
devel/rubygem-attic/Makefile
Normal file
20
devel/rubygem-attic/Makefile
Normal 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>
|
2
devel/rubygem-attic/distinfo
Normal file
2
devel/rubygem-attic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/attic-0.5.3.gem) = 171fda93101f005ef7bef97decaeb4eaa010fceee77cfd74e58646680e321849
|
||||
SIZE (rubygem/attic-0.5.3.gem) = 9728
|
5
devel/rubygem-attic/pkg-descr
Normal file
5
devel/rubygem-attic/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user