mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
38 lines
816 B
Makefile
38 lines
816 B
Makefile
# $FreeBSD$
|
|
|
|
# XXX: If updating this port, please check compatibality with at least the following ports,
|
|
# XXX: preferably, the full rubygem-* tree. rack version requirements are specified with ~>
|
|
# XXX: which requires *EXACTLY* that version.
|
|
#
|
|
# www/rubygem-actionpack4
|
|
|
|
PORTNAME= rack
|
|
PORTVERSION= 1.6.13
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 16
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rack, a Ruby Webserver Interface
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= test/cgi/test.ru
|
|
SHEBANG_LANG= rackup
|
|
rackup_OLD_CMD= ../../bin/rackup
|
|
rackup_CMD= ${LOCALBASE}/bin/rackup
|
|
|
|
PORTSCOUT= limit:^1\.6\.
|
|
|
|
# Avoid CONFLICTS_INSTALL with www/rubygem-rack
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/rackup
|
|
|
|
.include <bsd.port.mk>
|