summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 05:08:46 +0000
committertaca <taca@pkgsrc.org>2010-09-10 05:08:46 +0000
commit1c152b10b66595a1f8e4da4d8a4c68e512c27a51 (patch)
treea600ce4cee64f3d6ca279d75b3a2f85665870c04
parent91cbab9e5dc9e0f9078d02ed5846957614fb2908 (diff)
downloadpkgsrc-1c152b10b66595a1f8e4da4d8a4c68e512c27a51.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Remove default value of GEM_BUILD.
-rw-r--r--devel/ruby-abstract/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ruby-abstract/Makefile b/devel/ruby-abstract/Makefile
index e1a4bcbb7ce..8de6f200cdf 100644
--- a/devel/ruby-abstract/Makefile
+++ b/devel/ruby-abstract/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2008/08/15 16:05:02 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/10 05:08:46 taca Exp $
DISTNAME= abstract-1.0.0
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/abstract/
COMMENT= Abstract methods for Ruby
+LICENSE= ruby-license
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"