freebsd-ports/www/rubygem-rack-cors/Makefile
2015-05-27 13:07:13 +00:00

18 lines
336 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>