16f8966ea6
Approved by: swills (mentor)
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $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>
|