opnsense-ports/databases/rubygem-activerecord-import/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
372 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>