aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-libxml/Makefile
blob: 445f58f442c86204ff757d1569eb855f118f88a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    ruby-libxml
# Date created:     09 July 2002
# Whom:             Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libxml
PORTVERSION=    0.3.2
CATEGORIES= textproc ruby
MASTER_SITES=   http://www.rubynet.org/modules/xml/libxml/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= seanc@FreeBSD.org
COMMENT=    A friendly API to libxml for Ruby

BUILD_DEPENDS=  ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2

PLIST_FILES=    %%RUBY_SITEARCHLIBDIR%%/xml/libxml.so
PLIST_DIRS= %%RUBY_SITEARCHLIBDIR%%/xml
USE_BZIP2=  yes
USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

INSTALL_TARGET= site-install

.include <bsd.port.mk>