1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Attributes on Steroids for Plain Old Ruby Objects

WWW: https://github.com/solnic/virtus

PR:		ports/182671
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Steve Wills 2013-10-20 14:44:50 +00:00
parent aa6366624e
commit bb0a24c4b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331019
4 changed files with 26 additions and 0 deletions

View File

@ -4260,6 +4260,7 @@
SUBDIR += rubygem-uuidtools
SUBDIR += rubygem-validatable
SUBDIR += rubygem-versionomy
SUBDIR += rubygem-virtus
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
SUBDIR += rubygem-webby

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= virtus
PORTVERSION= 0.5.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Attributes on Steroids for Plain Old Ruby Objects
RUN_DEPENDS= rubygem-backports>=3.3:${PORTSDIR}/devel/rubygem-backports \
rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/virtus-0.5.5.gem) = b7de2f3be82838065033e5d1b7e93dc5ed913f1acb78a920badb8e0eb696c54f
SIZE (rubygem/virtus-0.5.5.gem) = 56320

View File

@ -0,0 +1,3 @@
Attributes on Steroids for Plain Old Ruby Objects
WWW: https://github.com/solnic/virtus