Ticket #37435: Portfile

File Portfile, 922 bytes (added by rod@…, 11 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$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        rodnaph pearl 0.0.1 v
8categories          devel shells
9platforms           darwin
10maintainers         pu-gh.com:rod
11license             MIT
12description         Helper for maintaining Macports Portfiles
13
14depends_lib         port:p5.12-ipc-run
15
16checksums           rmd160 87e595444812a4e9c2cf90ea66f8436341dd25aa \
17                    sha256 b2fc2d0308bc200fd34b0c6bee65ff2e4a3d02ee3b1b561b77f274ae52fc010d
18
19use_configure       no
20supported_archs     noarch
21
22reinplace           '§#!/usr/bin/env perl§${prefix}/bin/perl5.12§' ${worksrcpath}/pearl
23
24build               {}
25
26destroot            { xinstall -m 755 ${worksrcpath}/pearl \
27                                      ${destroot}${prefix}/bin/pearl }
28