# $Id: Portfile,v 1.2 2006/06/01 04:21:37 markd Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-xar
version			20051101
categories		python
platforms		darwin
maintainers		mww@opendarwin.org
description		Python bindings for xar
long_description	${description}

homepage		http://www.opendarwin.org/projects/xar/python.html

depends_lib		port:xar \
			port:py-pyrex

fetch.type		cvs
cvs.root		:pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od
cvs.module		xar/python
cvs.args		-D"${version}"

worksrcdir		xar/python

build.env		CFLAGS=-I${prefix}/include \
				LDFLAGS=-L${prefix}/lib
