forked from Lainports/freebsd-ports
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rack-accept
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= HTTP Accept* for Ruby/Rack
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|