diff options
Diffstat (limited to 'textproc/ruby-quixml/Makefile')
-rw-r--r-- | textproc/ruby-quixml/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/textproc/ruby-quixml/Makefile b/textproc/ruby-quixml/Makefile new file mode 100644 index 000000000000..f725e2699685 --- /dev/null +++ b/textproc/ruby-quixml/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: ruby-quixml +# Date created: 10 September 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= quixml +PORTVERSION= 0.2.1 +CATEGORIES= textproc ruby +MASTER_SITES= http://rubyforge.org/download.php/89/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Fast XML API for Ruby written in C + +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 + +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +INSTALL_TARGET= site-install + +DOCS= BUGS DOC.html CHANGELOG README TODO + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODDOCDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ +.endfor +.endif + +.include <bsd.port.mk> |