forked from Lainports/freebsd-ports
Changes: https://github.com/rack/rack-contrib/blob/master/CHANGELOG.md https://github.com/rack/rack-contrib/commits/master
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rack-contrib
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Contributed Rack Middleware and Utilities
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-git-version-bump>=0.15:${PORTSDIR}/devel/rubygem-git-version-bump \
|
|
rubygem-rack16>=1.4:${PORTSDIR}/www/rubygem-rack16
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|