pkgsrc/devel/rubyforge/Makefile
taca b3c704c749 Update devel/rubyforge to 2.0.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

=== 2.0.4 / 2010-02-28

* Stubbed out login and logout commands to print a warning and return
2010-09-10 06:37:04 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/09/10 06:37:04 taca Exp $
DISTNAME= rubyforge-2.0.4
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
COMMENT= Simplistic script automating RubyForge operations
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.7:../../textproc/ruby-json-pure
CONFLICTS+= ruby[1-9][0-9]-rubyforge-[0-9]*
pre-build:
cd ${WRKSRC}; ${CHMOD} -R g-w .
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"