freebsd-ports/textproc/ruby-xslt/Makefile
Akinori MUSHA 8f46ca985c xslt4r no longer seems to be maintained, so replace it with another
newer XSLT library implementation by Gregoire Lejeune.

      http://www.webtime-project.net/ruby-xslt/

This update of course breaks the API compatibility.
2004-06-28 17:29:40 +00:00

34 lines
711 B
Makefile

# New ports collection makefile for: ruby-xmlscan
# Date created: 22 August 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= xslt
PORTVERSION= 0.3.0
CATEGORIES= textproc ruby
MASTER_SITES= http://www.webtime-project.net/ruby-xslt/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}_${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= An XSLT processor in pure Ruby
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
DOCS= AUTHORS README docs/*.rd doc
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
.endfor
.endif
.include <bsd.port.mk>