freebsd-ports/devel/rubygem-warden/Makefile
Sunpoet Po-Chuan Hsieh 881050b9ad Remove the workaround
- Bump PORTREVISION for package change

www/gitlab-ce requires a newer rack (~> 2.0.7) now.
2020-02-10 18:47:18 +00:00

23 lines
421 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
PORTNAME= warden
PORTVERSION= 1.2.8
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack middleware that provides authentication for rack applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rack>=2.0.6:www/rubygem-rack
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>