pkgsrc/textproc/ruby-xmlparser/Makefile
taca 9023d318dc Update ruby-xmlparser to 0.7.3.
Changes of version 0.7.3

    fix PARAM_ENTITY_PARSING_* constants.
    fix gemspec for Ruby 2.0.

Changes of version 0.7.2

    revert once removed digest.rb.
2015-12-13 16:57:32 +00:00

24 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/12/13 16:57:32 taca Exp $
DISTNAME= xmlparser-0.7.3
CATEGORIES= textproc
MASTER_SITES= http://www.yoshidam.net/
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.yoshidam.net/Ruby.html#xmlparser
COMMENT= Ruby bindings to the Expat XML parsing library
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
USE_RUBY_EXTCONF= YES
DOCS= README README.ja Encodings/README.ja
DOCDIR= ${RUBY_DOC}/xmlparser
INSTALLATION_DIRS+= ${DOCDIR}/Encodings
post-install:
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}/${f}
.endfor
.include "../../lang/ruby/modules.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"