diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 13:26:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 13:26:30 +0000 |
commit | c02040ebcde468228898a9eeaeebb75e618a4de4 (patch) | |
tree | f02f36f678367d5abc60a48656ddd5447e9acd59 /www | |
parent | d3bda2320ef9d136defcb0aed162c469d2b32446 (diff) | |
download | pkgsrc-c02040ebcde468228898a9eeaeebb75e618a4de4.tar.gz |
* 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/thoth-delicious/Makefile | 10 | ||||
-rw-r--r-- | 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 794f2513aa4..e1519c00b26 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 59a509bf337..d940f6cd71b 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" |