diff options
Diffstat (limited to 'devel/rubygem-sprockets-rails-rails-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-sprockets-rails-rails-gitlab/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/rubygem-sprockets-rails-rails-gitlab/Makefile b/devel/rubygem-sprockets-rails-rails-gitlab/Makefile new file mode 100644 index 000000000000..07d7a9b55460 --- /dev/null +++ b/devel/rubygem-sprockets-rails-rails-gitlab/Makefile @@ -0,0 +1,23 @@ +PORTNAME= sprockets-rails +PORTVERSION= 3.5.2 +PORTREVISION= 1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails-gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Sprockets Rails integration +WWW= https://github.com/rails/sprockets-rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack-gitlab>=5.2:www/rubygem-actionpack-gitlab \ + rubygem-activesupport-gitlab>=5.2:devel/rubygem-activesupport-gitlab \ + rubygem-sprockets-gitlab>=3.0.0:devel/rubygem-sprockets-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |