freebsd-ports/databases/rubygem-fabrication/Makefile
Muhammad Moinur Rahman 2ee5b5663e databases/rubygem-fabrication: New port
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
2022-11-19 16:18:43 -06:00

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>