mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
6e5b40ba2c
I'm releasing maintainership on a number of ports that I no longer have time to maintain effectively.
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rack_csrf
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Anti-CSRF Rack middleware
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rdoc
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.1.0:www/rubygem-rack
|
|
TEST_DEPENDS= rubygem-rspec>0:devel/rubygem-rspec
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|