pkgsrc/misc/rubygems/Makefile
minskim 7192354855 Import rubygems.
RubyGems is a way to package Ruby libraries/applications for
distribution, its a distribution manager, its a package manager.
RubyGems brings to the world of Ruby a very valuable capability--the
ability to manage concurrent versions of libraries and dependencies
between those libraries.  This last aspect of RubyGems is one of the
most important to the end user, because its value is continuous as you
use and program Ruby, but to understand its impact an explanation of
how Ruby manages libraries is in order.
2005-04-10 01:01:33 +00:00

21 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 01:01:33 minskim Exp $
DISTNAME= rubygems-0.8.10
CATEGORIES= misc ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/3700/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubygems.rubyforge.org/
COMMENT= Ruby standard for publishing and managing third party libraries
DEPENDS+= ${RUBY_PKGPREFIX}-digest-[0-9]*:../../security/ruby-digest
DEPENDS+= ${RUBY_PKGPREFIX}-zlib-[0-9]*:../../devel/ruby-zlib
USE_RUBY_SETUP= yes
REPLACE_RUBY_DIRS= ${WRKSRC}/bin
REPLACE_FILE_PAT= *
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"