mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
17 lines
321 B
Makefile
17 lines
321 B
Makefile
PORTNAME= batch-loader
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Powerful tool to avoid N+1 DB or HTTP queries
|
|
WWW= https://github.com/exAspArk/batch-loader
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|