freebsd-ports/devel/rubygem-batch-loader/Makefile
2017-12-18 17:17:00 +00:00

19 lines
351 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= batch-loader
PORTVERSION= 1.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Powerful tool to avoid N+1 DB or HTTP queries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>