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.branches 5.16 5.18 5.20 |
---|
8 | perl5.setup DB_File 1.835 ../../authors/id/P/PM/PMQS/ |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | checksums rmd160 fd7028326a085949743258f03ae4d674d6caa0f2 \ |
---|
13 | sha256 41206f39a1bac49db8c1595e300b04c70e1393b2d78ccb9ef15c5c0b81037cfc |
---|
14 | |
---|
15 | if {${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 | } |
---|