e00956d9a8
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
25 lines
603 B
Makefile
25 lines
603 B
Makefile
# New ports collection makefile for: rubygem-unicorn
|
|
# Date created: 2011-11-16
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unicorn
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Unicorn is an HTTP server for Rack applications
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
|
|
rubygem-kgio>=2.4:${PORTSDIR}/devel/rubygem-kgio \
|
|
rubygem-raindrops>=0.6:${PORTSDIR}/www/rubygem-raindrops
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/unicorn bin/unicorn_rails
|
|
|
|
.include <bsd.port.mk>
|