mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add rubygem-activemodel5 5.0.1 (copied from rubygem-activemodel4)
This commit is contained in:
parent
f4d58d693d
commit
9c4ae34452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431003
@ -854,6 +854,7 @@
|
||||
SUBDIR += ruby-sybct
|
||||
SUBDIR += ruby-tokyocabinet
|
||||
SUBDIR += rubygem-activemodel4
|
||||
SUBDIR += rubygem-activemodel5
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
|
||||
|
22
databases/rubygem-activemodel5/Makefile
Normal file
22
databases/rubygem-activemodel5/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= activemodel
|
||||
PORTVERSION= 5.0.1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 5
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Toolkit for building modeling frameworks
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-activemodel5/distinfo
Normal file
3
databases/rubygem-activemodel5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1483888451
|
||||
SHA256 (rubygem/activemodel-5.0.1.gem) = 5c15679d79f5f386cc5a9d09500d2da9fe6f0953c5624aee0617761740e12850
|
||||
SIZE (rubygem/activemodel-5.0.1.gem) = 53248
|
6
databases/rubygem-activemodel5/pkg-descr
Normal file
6
databases/rubygem-activemodel5/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
A toolkit for building modeling frameworks like Active Record and
|
||||
Active Resource. Rich support for attributes, callbacks,
|
||||
validations, observers, serialization, internationalization,
|
||||
and testing.
|
||||
|
||||
WWW: http://rubyonrails.org/
|
Loading…
Reference in New Issue
Block a user