openbsd-ports/www/ruby-rack/Makefile
landry a82a43646d bump PKGNAMEs after lang/ruby module change.
Janitor job finished, sorry for the spam.
Thanks again bernd@ for bulk-testing and okaying.
2008-06-15 00:01:25 +00:00

26 lines
457 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/06/15 00:01:25 landry Exp $
COMMENT= modular Ruby webserver interface
DISTNAME= rack-0.3.0
PKGNAME= ruby-${DISTNAME}p0
CATEGORIES= www
HOMEPAGE= http://rack.rubyforge.org/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=rack/}
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
PKG_ARCH= *
.include <bsd.port.mk>