19 lines
440 B
Makefile
19 lines
440 B
Makefile
PORTNAME= default_value_for
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Define default values for ActiveRecord models in a declarative manner
|
|
WWW= https://github.com/FooBarWidget/default_value_for
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord60>=3.2.0<7.0:databases/rubygem-activerecord60
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|