[107582] trunk/dports/perl
Ryan Schmidt
ryandesign at macports.org
Sun Jul 7 19:17:16 PDT 2013
On Jul 2, 2013, at 20:09, dports at macports.org wrote:
> Revision: 107582
> https://trac.macports.org/changeset/107582
> Author: dports at macports.org
> Date: 2013-07-02 18:09:29 -0700 (Tue, 02 Jul 2013)
> Log Message:
> -----------
> p5-business-ismn: new port via cpan2port, v1.11
>
> Added Paths:
> -----------
> trunk/dports/perl/p5-business-ismn/
> trunk/dports/perl/p5-business-ismn/Portfile
>
> Added: trunk/dports/perl/p5-business-ismn/Portfile
> ===================================================================
> --- trunk/dports/perl/p5-business-ismn/Portfile (rev 0)
> +++ trunk/dports/perl/p5-business-ismn/Portfile 2013-07-03 01:09:29 UTC (rev 107582)
> @@ -0,0 +1,26 @@
> +# -*- 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
> +# $Id$
> +
> +PortSystem 1.0
> +PortGroup perl5 1.0
> +
> +perl5.branches 5.8 5.10 5.12 5.14 5.16
> +perl5.setup Business-ISMN 1.11
> +
> +platforms darwin
> +maintainers nomaintainer
> +license {Artistic-1 GPL}
> +
> +supported_archs noarch
> +
> +description International Standard Music Numbers
> +
> +long_description ${description}
> +
> +checksums sha256 76d5240a5672c7a8b1ba9e9ea8238a5c8882139911acbb67b7059b5ee3da342d \
> + rmd160 2e84f6620c40cc4b2b9f539ce97e0e9732a9ed6f
> +
> +
> +if {$subport != $name} {
> + depends_lib-append port:p5-tie-cycle
> +}
You must depend on the specific subport of p5-tie-cycle that you require, e.g. using p${perl5.major}-tie-cycle.
More information about the macports-dev
mailing list