diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 05:33:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 05:33:12 +0000 |
commit | 60e02162c6109c6a49e06473fda95c12a3e9f6dc (patch) | |
tree | 0202fadefd6db3b3824e608f53376ffc05d9e8a2 | |
parent | 3b1ecb6fb7731a306730b9d4ce7a0def463730e5 (diff) | |
download | pkgsrc-60e02162c6109c6a49e06473fda95c12a3e9f6dc.tar.gz |
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
-rw-r--r-- | devel/ruby-eet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ruby-eet/Makefile b/devel/ruby-eet/Makefile index e07218f45e1..99974938e27 100644 --- a/devel/ruby-eet/Makefile +++ b/devel/ruby-eet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/09/07 17:20:25 taca Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/10 05:33:12 taca Exp $ DISTNAME= ruby-eet-0.1.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -9,20 +9,20 @@ MASTER_SITES= ftp://code-monkey.de/pub/ruby-eet/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://code-monkey.de/pages/ruby-eet COMMENT= Ruby module to read and write EET files - -BUILD_DEPENDS+= rake-[0-9]*:../../devel/rake +LICENSE= mit RUBY_VERSION_SUPPORTED= 18 +USE_RAKE= YES USE_TOOLS+= pkg-config .include "../../devel/eet/buildlink3.mk" .include "../../lang/ruby/modules.mk" do-build: - cd ${WRKSRC} && ${LOCALBASE}/bin/rake ext + cd ${WRKSRC} && ${RAKE} do-install: - cd ${WRKSRC} && ${LOCALBASE}/bin/rake install + cd ${WRKSRC} && ${RAKE} install .include "../../mk/bsd.pkg.mk" |