Modified: trunk/dports/net/liboping/Portfile (144214 => 144215)
--- trunk/dports/net/liboping/Portfile 2016-01-04 22:05:50 UTC (rev 144214)
+++ trunk/dports/net/liboping/Portfile 2016-01-04 22:35:47 UTC (rev 144215)
@@ -2,10 +2,12 @@
# $Id$
PortSystem 1.0
+PortGroup perl5 1.0
name liboping
conflicts liboping-devel
version 1.8.0
+revision 1
categories net
platforms darwin
license LGPL-2.1 GPL-2
@@ -18,9 +20,12 @@
checksums sha256 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41 \
rmd160 c17e66bcfe9e531746a850d0b68bbcd70b55d5bf
+perl5.branches 5.22
depends_lib port:ncurses \
- path:bin/perl:perl5
+ port:perl${perl5.major}
+configure.perl ${perl5.bin}
+
post-destroot {
fs-traverse f ${destroot}${prefix} {
if {[file isfile ${f}]} {
Modified: trunk/dports/net/liboping-devel/Portfile (144214 => 144215)
--- trunk/dports/net/liboping-devel/Portfile 2016-01-04 22:05:50 UTC (rev 144214)
+++ trunk/dports/net/liboping-devel/Portfile 2016-01-04 22:35:47 UTC (rev 144215)
@@ -2,11 +2,13 @@
# $Id$
PortSystem 1.0
+PortGroup perl5 1.0
name liboping-devel
conflicts liboping
version 20150213
set git_branch 74470ba8b82bfb49a318c1d7fa9c86f63a8d1706
+revision 1
categories net
platforms darwin
license LGPL-2.1 GPL-2
@@ -39,9 +41,9 @@
checksums rmd160 348ee710e8acc3e8b37f7e1fdd8b9971f9155142 \
sha256 95c775966afd38038265116ebde9775beb63adf256c4e4bb3c03972ef54b736f
-set perl_version 5.16
+perl5.branches 5.22
depends_lib port:ncurses \
- port:perl${perl_version}
+ port:perl${perl5.major}
use_autoreconf yes
-configure.perl ${prefix}/bin/perl${perl_version}
+configure.perl ${perl5.bin}