summaryrefslogtreecommitdiff
path: root/www/thoth-delicious
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 13:26:30 +0000
committertaca <taca@pkgsrc.org>2010-09-10 13:26:30 +0000
commitc02040ebcde468228898a9eeaeebb75e618a4de4 (patch)
treef02f36f678367d5abc60a48656ddd5447e9acd59 /www/thoth-delicious
parentd3bda2320ef9d136defcb0aed162c469d2b32446 (diff)
downloadpkgsrc-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/thoth-delicious')
-rw-r--r--www/thoth-delicious/Makefile10
1 files changed, 5 insertions, 5 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"