summaryrefslogtreecommitdiff
path: root/textproc/ruby-bluecloth/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 08:02:26 +0000
committertaca <taca>2010-09-10 08:02:26 +0000
commitd096da1ec3e15bc50d1ef64e6874b7fc8389f307 (patch)
tree58cc2e536b6afbb89fd5d2a456be6f03c5066bd8 /textproc/ruby-bluecloth/Makefile
parent0efa13b486e43ac1759ff16f4a0d04d3d7793c15 (diff)
downloadpkgsrc-d096da1ec3e15bc50d1ef64e6874b7fc8389f307.tar.gz
Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Switch to bluecloth 2.0.7. Please refer http://www.deveiate.org/projects/BlueCloth for detail.
Diffstat (limited to 'textproc/ruby-bluecloth/Makefile')
-rw-r--r--textproc/ruby-bluecloth/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ruby-bluecloth/Makefile b/textproc/ruby-bluecloth/Makefile
index 3f8c2782bcf..924d00863dc 100644
--- a/textproc/ruby-bluecloth/Makefile
+++ b/textproc/ruby-bluecloth/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:00 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 08:02:26 taca Exp $
-DISTNAME= BlueCloth-1.0.0
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl}
+DISTNAME= bluecloth-2.0.7
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.deveiate.org/projects/BlueCloth
COMMENT= Markdown library for Ruby
+LICENSE= original-bsd
-GEM_BUILD= gemspec
+CONFLICTS+= ruby[1-9][0-9]-bluecloth-*
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"