freebsd-ports/devel/rubygem-warden/Makefile
Sunpoet Po-Chuan Hsieh 64e55ad5cf - Update to 1.2.4
- Add LICENSE_FILE

Changes:	https://github.com/hassox/warden/blob/master/History.rdoc
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:20:48 +00:00

22 lines
448 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
PORTNAME= warden
PORTVERSION= 1.2.4
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-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>