freebsd-ports/www/rubygem-rack-test/Makefile
Sunpoet Po-Chuan Hsieh 5ea00ecd48 - Add LICENSE
- Remove leading indefinite article, trailing dot and space from COMMENT
2015-05-22 20:23:10 +00:00

19 lines
328 B
Makefile

# $FreeBSD$
PORTNAME= rack-test
PORTVERSION= 0.6.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Small, simple testing API for Rack apps
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>