mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
342 B
Makefile
19 lines
342 B
Makefile
# $FreeBSD:ruby/Makefile 463252 2018-02-28 15:53:44Z sunpoet $
|
|
|
|
PORTNAME= rack-test
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Small, simple testing API for Rack apps
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rack16>=1.0:ruby/rubygem-rack16
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|