freebsd-ports/www/rubygem-rack/Makefile
Sunpoet Po-Chuan Hsieh eacec6b2e6 - Add LICENSE
2014-08-29 21:39:20 +00:00

27 lines
575 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-actionpack
# www/rubygem-innate
PORTNAME= rack
PORTVERSION= 1.4.5
PORTEPOCH= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack, a Ruby Webserver Interface
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rackup
.include <bsd.port.mk>