Ticket #3371: Portfile

File Portfile, 623 bytes (added by matthew.c@…, 19 years ago)

New Portfile for apr-util

Line 
1# $Id: Portfile,v 1.20 2005/05/30 21:14:03 mww Exp $
2
3PortSystem 1.0
4name            apr-util
5version         1.1.2   
6categories      devel
7maintainers     dluke@geeklair.net
8description     Utilities built with the apache group's portability library
9
10long_description        apr-util is a library of useful utilities built with \
11                        and intended to be used with the Apache Portable Runtime.
12
13homepage        http://apr.apache.org/
14
15depends_lib     lib:libapr-1.0:apr port:expat \
16                        port:libiconv lib:libdb-4:db4 \
17                        lib:libexpat:expat
18
19master_sites    apache:apr
20
21checksums       md5 e82f933c065ccd1c7d910da67bc77825
22
23configure.args --with-apr=${prefix} --with-expat=${prefix}
24