3e83d76abb
described in CERT-2011-003.
23 lines
416 B
Makefile
23 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/01/05 02:10:40 jeremy Exp $
|
|
|
|
COMMENT= modular Ruby webserver interface
|
|
|
|
DISTNAME= rack-1.3.6
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://rack.rubyforge.org/
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|