From 882cd7425d8d69dc4990224db466d4e3aa681fc3 Mon Sep 17 00:00:00 2001 From: seanc Date: Wed, 23 Oct 2002 05:36:23 +0000 Subject: Updated just about every aspect of this port: download, comment, description, and packing list. Nagged by: Eric Hodel --- textproc/ruby-libxml/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'textproc/ruby-libxml/Makefile') diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 2df620606b86..789be29b5bd0 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -1,24 +1,23 @@ # New ports collection makefile for: ruby-libxml # Date created: 09 July 2002 -# Whom: Sean Chittenden +# Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= libxml -PORTVERSION= 0.01 +PORTVERSION= 0.3.0 CATEGORIES= textproc ruby -MASTER_SITES= http://www.rubynet.org/modules/xml/ruby-libxml/ +MASTER_SITES= http://www.rubynet.org/modules/xml/libxml/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-20020709 DIST_SUBDIR= ruby -MAINTAINER= sean@chittenden.org +MAINTAINER= seanc@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= ${BUILD_DEPENDS} -#LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_BZIP2= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -- cgit