Ticket #28174: Portfile.2

File Portfile.2, 801 bytes (added by dbevans (David B. Evans), 9 years ago)

Updated Portfile for DB_File version 1.835

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 71713 2010-09-21 04:09:58Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20
8perl5.setup         DB_File 1.835 ../../authors/id/P/PM/PMQS/
9maintainers         nomaintainer
10platforms           darwin
11
12checksums           rmd160  fd7028326a085949743258f03ae4d674d6caa0f2 \
13                    sha256  41206f39a1bac49db8c1595e300b04c70e1393b2d78ccb9ef15c5c0b81037cfc
14
15if {${perl5.major} != ""} {
16    depends_build-append \
17                    port:db51
18
19    patchfiles      patch-config.in.diff
20
21    post-patch {
22        reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/config.in
23    }
24}