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