mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
599 B
Makefile
23 lines
599 B
Makefile
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geminabox
|
|
PORTVERSION= 0.12.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Sinatra based gem hosting app
|
|
|
|
RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
|
|
rubygem-faraday>=0:${PORTSDIR}/www/rubygem-faraday \
|
|
rubygem-httpclient>=2.2.7:${PORTSDIR}/www/rubygem-httpclient \
|
|
rubygem-nesty>=0:${PORTSDIR}/devel/rubygem-nesty \
|
|
rubygem-sinatra>=1.2.7:${PORTSDIR}/www/rubygem-sinatra
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|