ff2d68af50
Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module.
30 lines
594 B
Makefile
30 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/14 23:46:37 landry Exp $
|
|
|
|
COMMENT= faster implementation of the standard debug.rb
|
|
|
|
VERSION= 0.10.0
|
|
DISTNAME= ruby-debug-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Paul Irofti <bulibuta@gmail.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=ruby-debug/}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-debug-base-${VERSION}:devel/ruby-debug-base
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|