mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Required for gitlab-ce 16.3 Changelog: https://github.com/jetruby/apollo_upload_server-ruby/releases/tag/2.1.5
20 lines
450 B
Makefile
20 lines
450 B
Makefile
PORTNAME= apollo_upload_server
|
|
PORTVERSION= 2.1.5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Apollo-upload-server middleware for rails
|
|
WWW= https://github.com/jetruby/apollo_upload_server-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-actionpack70>=6.1.6:www/rubygem-actionpack70 \
|
|
rubygem-graphql>=1.8:devel/rubygem-graphql
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|