- Update version requirement of RUN_DEPENDS Changes: https://github.com/FooBarWidget/default_value_for/commits/master
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= default_value_for
|
|
PORTVERSION= 3.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Define default values for ActiveRecord models in a declarative manner
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord4>=3.2.0<6.1:databases/rubygem-activerecord4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|