ff2d68af50
Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module.
27 lines
487 B
Makefile
27 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.7 2008/06/14 23:46:38 landry Exp $
|
|
|
|
COMMENT= install Ruby gems as plugins
|
|
|
|
DISTNAME= gem_plugin-0.2.3
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
# RubyLicense
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=mongrel/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/ruby-rake
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|