mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
- Update RUN_DEPENDS: use Rails 8.0 Changes: https://github.com/FooBarWidget/default_value_for/commits/master
19 lines
438 B
Makefile
19 lines
438 B
Makefile
PORTNAME= default_value_for
|
|
PORTVERSION= 4.1.1
|
|
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-activerecord80>=6.1<8.1:databases/rubygem-activerecord80
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|