freebsd-ports/www/rubygem-unicorn/Makefile
Philip M. Gollucci e00956d9a8 - Update to 4.2.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:53 +00:00

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>