# $Id: Portfile,v 1.34 2006/05/14 18:48:48 dluke Exp $

PortSystem	1.0
name		apr
version		1.2.7
categories	devel
maintainers	dluke@geeklair.net
description	The apache group's portability library

long_description	The Apache Portable Runtime is a library of C data \
			structures and routines, forming a system portability \
			layer that covers as many operating systems as \
			possible, including Unices, Win32, BeOS, and OS/2.  

homepage	http://apr.apache.org/
master_sites	apache:apr

use_bzip2	yes
checksums	md5 e77887dbafc515c63feac84686bcb3bc

configure.args	--with-installbuilddir=${prefix}/share/apr-1/build
