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