opnsense-ports/devel/rubygem-default_value_for/Makefile
Franco Fichtner 8cc80a3bf8 */*: sync with upstream
Taken from: HardenedBSD
2018-04-13 02:37:27 +02:00

21 lines
457 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= default_value_for
PORTVERSION= 3.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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:databases/rubygem-activerecord4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>