1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/rubygem-rack-cors/Makefile
2020-01-31 11:58:55 +00:00

23 lines
407 B
Makefile

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