freebsd-ports/www/rubygem-rack-cors/Makefile

19 lines
320 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= rack-cors
PORTVERSION= 0.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Middleware that will make Rack-based apps CORS compatible
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>