[143410] trunk/dports/devel/patchutils/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:49:31 PST 2015


Revision: 143410
          https://trac.macports.org/changeset/143410
Author:   mojca at macports.org
Date:     2015-12-12 01:35:52 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
patchutils: switch to perl5.22 using the perl portgroup (#48365)

Modified Paths:
--------------
    trunk/dports/devel/patchutils/Portfile

Modified: trunk/dports/devel/patchutils/Portfile
===================================================================
--- trunk/dports/devel/patchutils/Portfile	2015-12-12 09:31:58 UTC (rev 143409)
+++ trunk/dports/devel/patchutils/Portfile	2015-12-12 09:35:52 UTC (rev 143410)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               perl5 1.0
 
 name                    patchutils
 version                 0.3.4
@@ -24,7 +25,7 @@
 checksums               rmd160  dd3084101f5467ee8de7649c06e7e28071c22905 \
                         sha256  cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
 
-depends_run             port:perl5.16
+depends_run             port:perl${perl5.major}
 
-configure.env-append    PERL=${prefix}/bin/perl5.16
+configure.perl          ${perl5.bin}
 configure.args          --mandir="${prefix}/share/man"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/0afa21d5/attachment.html>


More information about the macports-changes mailing list