852712577b
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
24 lines
708 B
Makefile
24 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/09/08 15:19:19 joerg Exp $
|
|
|
|
DISTNAME= xhtmldiff-1.2.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://theinternetco.net/projects/ruby/
|
|
# necessary since it will be overwritten by gem.mk
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html
|
|
COMMENT= Tool for generating valid XHTML redline documents
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]*
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 18
|
|
|
|
post-extract:
|
|
cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|