freebsd-ports/www/rubygem-async_sinatra/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
427 B
Makefile

# Created by: Kimo <kimor79@yahoo.com>
# $FreeBSD$
PORTNAME= async_sinatra
PORTVERSION= 1.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sinatra plugin to provide async responses
LICENSE= MIT
RUN_DEPENDS= rubygem-rack16>=1.4.1:www/rubygem-rack16 \
rubygem-sinatra>=1.3.2:www/rubygem-sinatra
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>