forked from Lainports/freebsd-ports
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/rack/rack-contrib/blob/master/CHANGELOG.md https://github.com/rack/rack-contrib/commits/master
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rack-contrib
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Contributed Rack Middleware and Utilities
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0.9.1:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|