forked from Lainports/freebsd-ports
Fabrication generates objects in Ruby. Fabricators are schematics for your objects, and can be created as needed anywhere in your app or specs. Fabrication can generate anything, but has specific support for ActiveRecord Models, Mongoid Documents, Sequel Models, and DataMapper Resources. Sponsored by: Nepustil
18 lines
343 B
Makefile
18 lines
343 B
Makefile
PORTNAME= fabrication
|
|
PORTVERSION= 2.30.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Object generation framework for ActiveRecord or any other Ruby object
|
|
WWW= https://fabricationgem.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|