1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/ruby-nqxml/Makefile
Akinori MUSHA 5f0e6ef2d7 Add ruby-nqxml, a pure Ruby implementasion of an XML tokenizer, a
SAX-style streaming XML parser, a DOM-style tree parser, and an XML
writer.
2001-03-31 12:30:16 +00:00

35 lines
751 B
Makefile

# New ports collection makefile for: NQXML
# Date created: 10 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= nqxml
PORTVERSION= 0.5.1
CATEGORIES= textproc ruby
MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
NO_BUILD= yes
DOCS= ChangeLog README Credits TODO
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>