summaryrefslogtreecommitdiff
path: root/net/rubygem-apollo_upload_server/Makefile
blob: a02e1869131643cfa356e65d615f9c5ba649aa08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	apollo_upload_server
PORTVERSION=	2.1.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Apollo-upload-server middleware for rails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-actionpack61>=4.2:www/rubygem-actionpack61 \
		rubygem-graphql>=1.8:devel/rubygem-graphql

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>