freebsd-ports/textproc/ruby-libxml/Makefile
Sean Chittenden dfc33912b0 Updated just about every aspect of this port: download, comment, description,
and packing list.

Nagged by:	Eric Hodel <drbrain@segment7.net>
2002-10-23 05:36:23 +00:00

26 lines
582 B
Makefile

# New ports collection makefile for: ruby-libxml
# Date created: 09 July 2002
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libxml
PORTVERSION= 0.3.0
CATEGORIES= textproc ruby
MASTER_SITES= http://www.rubynet.org/modules/xml/libxml/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= seanc@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_BZIP2= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
.include <bsd.port.mk>