forked from Lainports/opnsense-ports
24 lines
504 B
Makefile
24 lines
504 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= default_value_for
|
|
PORTVERSION= 3.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 30
|
|
|
|
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>=4.1.4:databases/rubygem-activerecord4
|
|
|
|
PORTSCOUT= limit:^3\.0\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|