From c02040ebcde468228898a9eeaeebb75e618a4de4 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 10 Sep 2010 13:26:30 +0000 Subject: [PATCH] * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. --- www/thoth-delicious/Makefile | 10 +++++----- www/thoth-flickr/Makefile | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile index 794f2513aa43..e1519c00b26e 100644 --- a/www/thoth-delicious/Makefile +++ b/www/thoth-delicious/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:26:58 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 13:26:30 taca Exp $ DISTNAME= thoth_delicious-0.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://thothblog.org/ COMMENT= del.icio.us plugin for the Thoth blog engine +LICENSE= modified-bsd DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure -DEPENDS+= thoth>=0.1.0:../../www/thoth +DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/thoth-flickr/Makefile b/www/thoth-flickr/Makefile index 59a509bf3372..d940f6cd71b4 100644 --- a/www/thoth-flickr/Makefile +++ b/www/thoth-flickr/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:27:05 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 13:28:21 taca Exp $ DISTNAME= thoth_flickr-0.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://thothblog.org/ COMMENT= Flickr plugin for the Thoth blog engine +LICENSE= modified-bsd DEPENDS+= ${RUBY_PKGPREFIX}-net-flickr>=0.0.1:../../www/ruby-net-flickr -DEPENDS+= thoth>=0.1.0:../../www/thoth +DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk"