Ticket #12119: Portfile

File Portfile, 653 bytes (added by cbellot@…, 17 years ago)
Line 
1PortSystem              1.0
2name                    mailqfmt
3version                 0.6
4categories              mail
5maintainers             cbellot@sky.fr
6description             Postfix mailq file reformatter
7platforms               darwin
8master_sites            http://www.dt.e-technik.uni-dortmund.de/~ma/postfix/
9distfiles               mailqfmt.pl
10checksums               md5 e1d452850f59cd004d2d4930758a4a28
11depends_lib-append      port:p5-libwww-perl
12use_configure           no
13extract {
14          system "cp ${distpath}/mailqfmt.pl ${workpath}/mailqfmt"
15        }
16build   {
17          reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \
18            ${workpath}/mailqfmt
19        }
20destroot {
21          xinstall -m 755 -d ${destroot}${prefix}/bin
22          xinstall -m 755 ${workpath}/mailqfmt ${destroot}${prefix}/bin/mailqfmt
23        }