diff options
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" |