freebsd-ports/devel/rubygem-gitlab-default_value_for/Makefile
Matthias Fechner 662ae10ffe Renamed port as gitlab-ce 11.6 depends now on it own port gitlab-default_value_for.
Make portlint happy.

Approved by:	mentors (implicit)
2018-12-23 12:09:55 +00:00

22 lines
469 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitlab-default_value_for
PORTVERSION= 3.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Define default values for ActiveRecord models in a declarative manner
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
RUN_DEPENDS= rubygem-activerecord50>=3.2.0:databases/rubygem-activerecord50
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>