freebsd-ports/databases/rubygem-activerecord-import/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
371 B
Makefile

PORTNAME= activerecord-import
PORTVERSION= 1.0.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bulk import many records into an ActiveRecord DB
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>