Ticket #28174: Portfile

File Portfile, 748 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)
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.setup         DB_File 1.821 ../../authors/id/P/PM/PMQS/
8maintainers         nomaintainer
9platforms           darwin
10
11checksums           sha1    7f9fce250505ad5eb4f941fadfa7b75f90c331a4 \
12                    rmd160  e528072b9a8e0f1dd4a1df62d46c9a9e8d195e49
13
14depends_lib         port:db51
15
16patchfiles          patch-config.in.diff
17
18post-patch {
19    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/config.in
20}
21
22test.run            yes
23test.cmd            make
24test.target         test