aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-xslt/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-04 20:20:19 +0800
committerpav <pav@FreeBSD.org>2005-09-04 20:20:19 +0800
commitb3f1f22cb5ab5497d023bd3661079fd49a020b60 (patch)
tree6bf660e46cf3049feaf17d8ace110fa88b075381 /textproc/ruby-xslt/Makefile
parenta1938fb1bdcfaca312313dfdf359a8b03ad8c845 (diff)
downloadfreebsd-ports-gnome-b3f1f22cb5ab5497d023bd3661079fd49a020b60.tar.gz
freebsd-ports-gnome-b3f1f22cb5ab5497d023bd3661079fd49a020b60.tar.zst
freebsd-ports-gnome-b3f1f22cb5ab5497d023bd3661079fd49a020b60.zip
- Update to 0.8.1 and unbreak
Approved by: maintainer timeout (25 days)
Diffstat (limited to 'textproc/ruby-xslt/Makefile')
-rw-r--r--textproc/ruby-xslt/Makefile22
1 files changed, 5 insertions, 17 deletions
diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile
index 10bd5e450583..a0136da3300f 100644
--- a/textproc/ruby-xslt/Makefile
+++ b/textproc/ruby-xslt/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= xslt
-PORTVERSION= 0.3.0
+PORTVERSION= 0.8.1
CATEGORIES= textproc ruby
-MASTER_SITES= http://www.webtime-project.net/ruby-xslt/
+MASTER_SITES= http://gregoire.lejeune.free.fr/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}_${PORTVERSION}
DIST_SUBDIR= ruby
@@ -16,28 +16,16 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= An XSLT processor in pure Ruby
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- xslt.2:${PORTSDIR}/textproc/libxslt
-
+USE_GNOME= libxslt
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-DOCS= AUTHORS README docs/*.rd doc
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Configure fails on FreeBSD >= 5.x"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>