freebsd-ports/www/rubygem-rack-cors/Makefile
Steve Wills c59d5014a1 Rack::Cors provides support for Cross-Origin Resource Sharing (CORS) for
Rack compatible web applications. The CORS spec allows web applications
to make cross domain AJAX calls without using workarounds such as JSONP.

WWW: https://github.com/cyu/rack-cors

PR:		ports/188005
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
2014-03-29 16:08:04 +00:00

20 lines
397 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= rack-cors
PORTVERSION= 0.2.9
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Middleware that will make Rack-based apps CORS compatible
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>