openbsd-ports/devel/ruby-actionpack/Makefile
landry ff2d68af50 bump PKGNAMEs after lang/ruby module change.
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00

27 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.14 2008/06/14 23:46:37 landry Exp $
COMMENT= eases web-request routing, handling, and response
DISTNAME= actionpack-2.0.2
PKGNAME= ruby-${DISTNAME}p0
CATEGORIES= devel
# MIT License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=actionpack/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-activesupport-2.0.2:devel/ruby-activesupport
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>