mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add a new port of databases/rubygem-activerecord-import
Approved by: swills (mentor)
This commit is contained in:
parent
d3c70285d3
commit
16f8966ea6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415421
@ -848,6 +848,7 @@
|
||||
SUBDIR += rubygem-activemodel
|
||||
SUBDIR += rubygem-activemodel4
|
||||
SUBDIR += rubygem-activerecord
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
SUBDIR += rubygem-activerecord-jdbc-adapter
|
||||
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
|
||||
SUBDIR += rubygem-activerecord-mysql-adapter
|
||||
|
19
databases/rubygem-activerecord-import/Makefile
Normal file
19
databases/rubygem-activerecord-import/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= activerecord-import
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Bulk import many records into an ActiveRecord DB
|
||||
|
||||
LICENSE= RUBY
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord>=3.0:databases/rubygem-activerecord
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-activerecord-import/distinfo
Normal file
3
databases/rubygem-activerecord-import/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1463523046
|
||||
SHA256 (rubygem/activerecord-import-0.13.0.gem) = d0d15936b9d33501be69cf8f1f2061b3439391980f56bc265611bdd88ec656a9
|
||||
SIZE (rubygem/activerecord-import-0.13.0.gem) = 40448
|
4
databases/rubygem-activerecord-import/pkg-descr
Normal file
4
databases/rubygem-activerecord-import/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Extraction of the ActiveRecord::Base#import functionality from ar-extensions for
|
||||
Rails 3 and beyond.
|
||||
|
||||
WWW: http://github.com/zdennis/activerecord-import
|
Loading…
Reference in New Issue
Block a user