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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup DB_File 1.821 ../../authors/id/P/PM/PMQS/ |
---|
8 | maintainers nomaintainer |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | checksums sha1 7f9fce250505ad5eb4f941fadfa7b75f90c331a4 \ |
---|
12 | rmd160 e528072b9a8e0f1dd4a1df62d46c9a9e8d195e49 |
---|
13 | |
---|
14 | depends_lib port:db51 |
---|
15 | |
---|
16 | patchfiles patch-config.in.diff |
---|
17 | |
---|
18 | post-patch { |
---|
19 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/config.in |
---|
20 | } |
---|
21 | |
---|
22 | test.run yes |
---|
23 | test.cmd make |
---|
24 | test.target test |
---|