ff2d68af50
Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module.
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.8 2008/06/14 23:46:37 landry Exp $
|
|
|
|
COMMENT= wrap existing Ruby scripts to be run as a daemon
|
|
|
|
DISTNAME= daemons-1.0.10
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=daemons/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|