* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
This commit is contained in:
parent
99f8f24e3e
commit
47b66c3a55
1 changed files with 3 additions and 4 deletions
|
@ -1,18 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/07/14 13:25:34 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/09/10 08:50:38 taca Exp $
|
||||
|
||||
DISTNAME= ruby-xslt-0.9.7
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://raa.ruby-lang.org/project/ruby-xslt/
|
||||
HOMEPAGE= http://github.com/glejeune/ruby-xslt
|
||||
COMMENT= Ruby wrapper classes for libxslt
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
CONFIGURE_ARGS= --with-xslt-dir=${BUILDLINK_PREFIX.libxslt}
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
|
||||
.include "../../textproc/libxslt/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue