cfaf70dbe2
- Add NO_ARCH - Bump PORTREVISION for dependency change
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rack-test
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Small, simple testing API for Rack apps
|
|
|
|
LICENSE= MIT
|
|
|
|
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>
|