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:
parent
aa6366624e
commit
bb0a24c4b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331019
@ -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
|
||||
|
20
devel/rubygem-virtus/Makefile
Normal file
20
devel/rubygem-virtus/Makefile
Normal 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>
|
2
devel/rubygem-virtus/distinfo
Normal file
2
devel/rubygem-virtus/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/virtus-0.5.5.gem) = b7de2f3be82838065033e5d1b7e93dc5ed913f1acb78a920badb8e0eb696c54f
|
||||
SIZE (rubygem/virtus-0.5.5.gem) = 56320
|
3
devel/rubygem-virtus/pkg-descr
Normal file
3
devel/rubygem-virtus/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Attributes on Steroids for Plain Old Ruby Objects
|
||||
|
||||
WWW: https://github.com/solnic/virtus
|
Loading…
Reference in New Issue
Block a user