summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 13:26:30 +0000
committertaca <taca>2010-09-10 13:26:30 +0000
commit7296c27b13a7298d7fca7f5e53f58ebcac7ccaa9 (patch)
treef02f36f678367d5abc60a48656ddd5447e9acd59 /www
parent8618f75a8dc191e60576712ef6af55b969955675 (diff)
downloadpkgsrc-7296c27b13a7298d7fca7f5e53f58ebcac7ccaa9.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/Makefile10
-rw-r--r--www/thoth-flickr/Makefile10
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"