make-rules/shared-macros.mk
changeset 5400 1199f8e91f50
parent 5177 eb02f7b13b81
child 5477 5eabbdf042bc
--- a/make-rules/shared-macros.mk	Thu Feb 04 11:16:04 2016 -0800
+++ b/make-rules/shared-macros.mk	Sun Jan 31 19:31:13 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 PATH=/usr/bin:/usr/gnu/bin
@@ -567,6 +567,7 @@
 PERL.5.20 =     /usr/perl5/5.20/bin/perl
 
 PERL =          $(PERL.$(PERL_VERSION))
+PERL_PKG =	$(PERL_VERSION:5.%=runtime/perl-5%)
 
 PERL_ARCH :=	$(shell $(PERL) -e 'use Config; print $$Config{archname}')
 PERL_ARCH_FUNC=	$(shell $(1) -e 'use Config; print $$Config{archname}')